GlShaderModule

Undocumented in source.

Constructors

this
this(Device dev, GlShare share, const(uint)[] code)
Undocumented in source.

Members

Functions

compile
GLuint compile(ShaderStage stage)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
entryPoint
string entryPoint [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ShaderModule

device
Device device [@property getter]

Get the parent device

entryPoint
string entryPoint [@property getter]
Undocumented in source.

Meta