Class FragmentState
Describes the fragment process in a render pipeline.
class FragmentState
;
Constructors
Name | Description |
---|---|
this
(shader, entryPoint, renderTargets)
|
|
this
(shader, entryPoint, constants, renderTargets)
|
Fields
Name | Type | Description |
---|---|---|
constants
|
__C | The push constants provided to the compiled shader for this stage. |
entryPoint
|
string | The name of the entry point in the compiled shader. |
renderTargets
|
const(ColorTargetState[]) | The color state of the render targets. |
shader
|
ShaderModule | The compiled shader module for this stage. |