GLShader.this

Creates a shader with source code and compiles it.

struct GLShader
this
@trusted
(
,
GLenum shaderType
,
string[] lines
)

Throws

OpenGLException on error.

Meta