|
Mount Fuji Engine
0.8b
|
Depth/stencil state description. More...
Data Structures | |
| struct | StencilOpDesc |
| Stencil operation description. More... | |
Data Fields | |
| bool | bDepthEnable |
| Enable depth testing. More... | |
| MFComparisonFunc | depthFunc |
| A function that compares depth data against existing depth data. More... | |
| MFDepthWriteMask | depthWriteMask |
| Identify a portion of the depth-stencil buffer that can be modified by depth data. More... | |
| bool | bStencilEnable |
| Enable stencil testing. More... | |
| uint8 | stencilReadMask |
| Identify a portion of the depth-stencil buffer for reading stencil data. More... | |
| uint8 | stencilWriteMask |
| Identify a portion of the depth-stencil buffer for writing stencil data. More... | |
| StencilOpDesc | frontFace |
| Identify how to use the results of the depth test and the stencil test for pixels whose surface normal is facing towards the camera. More... | |
| StencilOpDesc | backFace |
| Identify how to use the results of the depth test and the stencil test for pixels whose surface normal is facing away from the camera. More... | |
Describes depth/stencil operations.
1.8.5