dx.DepthStencilDesc
dx.DepthStencilDesc
Fields
| Name | Type | |
|---|---|---|
depthEnable | I32 | |
depthWrite | I32 | |
depthFunc | I32 | |
stencilEnable | I32 | |
stencilReadMask | U8 | |
stencilWriteMask | U8 | |
frontFaceFail | I32 | |
frontFaceDepthFail | I32 | |
frontFacePass | I32 | |
frontFaceFunc | I32 | |
backFaceFail | I32 | |
backFaceDepthFail | I32 | |
backFacePass | I32 | |
backFaceFunc | I32 |
Protos
No protos.
Bindings
- static
f@18259__constructor__(dx.DepthStencilDesc) → Void