despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
GLShader
gfmod
opengl
shader
OpenGL Shader wrapper.
struct
GLShader {
this
();
this
(OpenGL gl, GLenum shaderType, string[] lines);
package
GLuint
_shader
;
}
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.