GLShader

OpenGL Shader wrapper.

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