GLShader

Constructors

this
this(Type tp, string src)

Members

Enums

Type
enum Type

Functions

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.

Mixins

__anonymous
mixin DES
Undocumented in source.
__anonymous
mixin ClassLogger
Undocumented in source.

Properties

compiled
bool compiled [@property getter]
id
uint id [@property getter]
source
string source [@property getter]

get source

source
string source [@property setter]

set source

type
Type type [@property getter]

Variables

_compiled
bool _compiled;
Undocumented in source.
_id
uint _id;
Undocumented in source.
_source
string _source;
Undocumented in source.
_type
Type _type;
Undocumented in source.

Meta