despiker ~master (2022-05-08T05:39:51.7871503)
Dub
Repo
GLShader
gfmod
opengl
shader
OpenGL Shader wrapper.
struct
GLShader {
this
();
this
(OpenGL gl, GLenum shaderType, string[] lines);
}
Constructors
this
this
()
Undocumented in source.
this
this
(OpenGL gl, GLenum shaderType, string[] lines)
Creates a shader with source code and compiles it.
Members
Variables
_shader
GLuint
_shader
;
Undocumented in source.
Meta
Source
See Implementation
gfmod
opengl
shader
structs
GLShader
OpenGL Shader wrapper.