Class Index | File Index

Classes


Namespace sandboxe.shader.stage


Defined in: docbase.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Flags for the shader stage.
Field Summary
Field Attributes Field Name and Description
<static>  
sandboxe.shader.stage.fragmentProcessor
Next stage of the shader.
<static>  
sandboxe.shader.stage.vertexProcessor
First stage of the shader.
Namespace Detail
sandboxe.shader.stage
Flags for the shader stage.
Field Detail
<static> sandboxe.shader.stage.fragmentProcessor
Next stage of the shader. Processes each fragment (pixel in the output framebuffer)

<static> sandboxe.shader.stage.vertexProcessor
First stage of the shader. Processes each vertex

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