GLGeomShader

class GLGeomShader : GLShader {}

Constructors

this
this(string src)
Undocumented in source.

Inherited Members

From GLShader

__anonymous
mixin DES
Undocumented in source.
__anonymous
mixin ClassLogger
Undocumented in source.
_type
GLenum _type;
Undocumented in source.
_source
string _source;
Undocumented in source.
_id
uint _id;
Undocumented in source.
_compiled
bool _compiled;
Undocumented in source.
id
uint id [@property getter]
source
string source [@property getter]

get source

type
GLenum type [@property getter]
compiled
bool compiled [@property getter]
source
string source [@property setter]

set source

make
void make()

glCreateShader, glShaderSource, glCompileShader

selfConstruct
void selfConstruct()
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta