Struct winapi::d3d12::D3D12_DEPTH_STENCIL_DESC [] [src]

#[repr(C)]
pub struct D3D12_DEPTH_STENCIL_DESC { pub DepthEnable: BOOL, pub DepthWriteMask: D3D12_DEPTH_WRITE_MASK, pub DepthFunc: D3D12_COMPARISON_FUNC, pub StencilEnable: BOOL, pub StencilReadMask: UINT8, pub StencilWriteMask: UINT8, pub FrontFace: D3D12_DEPTH_STENCILOP_DESC, pub BackFace: D3D12_DEPTH_STENCILOP_DESC, }

Fields

Trait Implementations

impl Debug for D3D12_DEPTH_STENCIL_DESC
[src]

Formats the value using the given formatter.

impl Copy for D3D12_DEPTH_STENCIL_DESC
[src]

impl Clone for D3D12_DEPTH_STENCIL_DESC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more