wisdom
|
Depth stencil description for .
#include <api.hpp>
Public Attributes | |
bool | depth_enable = false |
Depth test enable. Default is false. | |
bool | depth_write_enable = false |
Depth write enable. Default is false. | |
wis::Compare | depth_comp = wis::Compare::Less |
Depth comparison function. Default is wis::Compare::Less. | |
bool | stencil_enable = false |
Stencil test enable. Default is false. | |
wis::StencilDesc | stencil_front = {} |
Stencil description for front faces. | |
wis::StencilDesc | stencil_back = {} |
Stencil description for back faces. | |
bool | depth_bound_test = false |
Depth bound test enable. Default is false. | |
bool wis::DepthStencilDesc::depth_bound_test = false |
wis::Compare wis::DepthStencilDesc::depth_comp = wis::Compare::Less |
Depth comparison function. Default is wis::Compare::Less.
bool wis::DepthStencilDesc::depth_enable = false |
bool wis::DepthStencilDesc::depth_write_enable = false |
wis::StencilDesc wis::DepthStencilDesc::stencil_back = {} |
bool wis::DepthStencilDesc::stencil_enable = false |
wis::StencilDesc wis::DepthStencilDesc::stencil_front = {} |