despiker ~master (2022-05-08T05:39:51.7871503)
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.