ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
gl.Shader
ws
gl
gl
gl
Undocumented in source.
class
gl
static
class
Shader {
uint
shader
;
GlContext
context
;
this
(GlContext context, uint type, string text);
string
getLog
();
~this
();
}
Constructors
this
this
(GlContext context, uint type, string text)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
getLog
string
getLog
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
context
GlContext
context
;
Undocumented in source.
shader
uint
shader
;
Undocumented in source.
Meta
Source
See Implementation
ws
gl
gl
gl
classes
Program
Shader
static functions
active
check
context
static variables
arrayBuffer
attributeColor
attributeNormal
attributeTexture
attributeVertex
compileStatus
lines
linkStatus
matrixTranspose
shaderFragment
shaderVertex
triangleFan
triangles