Namespace sandboxe.shader.stage
Defined in: docbase.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Flags for the shader stage.
|
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.
|
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