ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
gl
ws
gl
gl
Undocumented in source.
__gshared
class
gl {
const static
int
lines
;
const static
int
triangles
;
const static
int
triangleFan
;
const static
int
arrayBuffer
;
const static
int
compileStatus
;
const static
int
linkStatus
;
const static
int
shaderVertex
;
const static
int
shaderFragment
;
const static
int
attributeVertex
;
const static
int
attributeNormal
;
const static
int
attributeColor
;
const static
int
attributeTexture
;
static
bool
active
();
static
void
check
(T info, string file, size_t line);
static
bool
matrixTranspose
;
class
Shader
;
class
Program
;
}
Members
Classes
Program
class
Program
Undocumented in source.
Shader
class
Shader
Undocumented in source.
Static functions
active
bool
active
()
Undocumented in source. Be warned that the author may not have intended to support it.
check
void
check
(T info, string file, size_t line)
Checks for OpenGL errors.
Static variables
arrayBuffer
int
arrayBuffer
;
Undocumented in source.
attributeColor
int
attributeColor
;
Undocumented in source.
attributeNormal
int
attributeNormal
;
Undocumented in source.
attributeTexture
int
attributeTexture
;
Undocumented in source.
attributeVertex
int
attributeVertex
;
Undocumented in source.
compileStatus
int
compileStatus
;
Undocumented in source.
lines
int
lines
;
Undocumented in source.
linkStatus
int
linkStatus
;
Undocumented in source.
matrixTranspose
bool
matrixTranspose
;
Undocumented in source.
shaderFragment
int
shaderFragment
;
Undocumented in source.
shaderVertex
int
shaderVertex
;
Undocumented in source.
triangleFan
int
triangleFan
;
Undocumented in source.
triangles
int
triangles
;
Undocumented in source.
Meta
Source
See Implementation
ws
gl
gl
classes
gl
mixins
__anonymous
static variables
LIB_FILE