Describes stencil operations that are performed based on the results of depth test.
More...
Describes stencil operations that are performed based on the results of depth test.
The structure generally mirrors D3D11_DEPTH_STENCILOP_DESC/D3D12_DEPTH_STENCILOP_DESC structure. It is used by Diligent::DepthStencilStateDesc structure to describe the stencil operations for the front and back facing polygons.
Diligent::StencilOpDesc::StencilOpDesc |
( |
| ) |
|
|
inline |
Initializes the structure members with default values.
Default values:
bool Diligent::StencilOpDesc::operator== |
( |
const StencilOpDesc & |
rhs | ) |
const |
|
inline |
Tests if two structures are equivalent.
- Parameters
-
[in] | rhs | - reference to the structure to perform comparison with |
- Returns
- True if all members of the two structures are equal.
- False otherwise