Namespace sandboxe.shader.status
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Flags for the status of a shader compilation.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
sandboxe.shader.status.invalid
compile() was called, but the compilation failed.
|
<static> |
sandboxe.shader.status.notCompiled
compile() has not yet been called.
|
<static> |
sandboxe.shader.status.success
compile() was successful and the Shader may be used in rendering.
|
Field Detail
<static>
sandboxe.shader.status.invalid
compile() was called, but the compilation failed. AddStage() and Copmile() may be called again to fix the bad stage(s).
<static>
sandboxe.shader.status.notCompiled
compile() has not yet been called.
<static>
sandboxe.shader.status.success
compile() was successful and the Shader may be used in rendering. See Material.