GLShader

OpenGL Shader wrapper.

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Constructors

this
this(OpenGL gl, GLenum shaderType, string[] lines)

Creates a shader with source code and compiles it.

Meta