Class Index | File Index

Classes


Namespace sandboxe.shader.status


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Flags for the status of a shader compilation.
Field Summary
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.
Namespace Detail
sandboxe.shader.status
Flags for the status of a shader compilation.
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Feb 03 2019 18:30:57 GMT-0500 (EST)