despiker v0.1.3 (2014-11-30T21:04:50Z)
Dub
Repo
GLShader.this
gfmod
opengl
shader
GLShader
Creates a shader with source code and compiles it.
this
()
this
(OpenGL gl, GLenum shaderType, string[] lines)
struct
GLShader
@
trusted
this
(
OpenGL
gl
,
GLenum
shaderType
,
string
[]
lines
)
Throws
OpenGLException
on error.
Meta
Source
See Implementation
gfmod
opengl
shader
GLShader
constructors
this
variables
_shader
Creates a shader with source code and compiles it.