Struct winapi::d3d12::D3D12_DEPTH_STENCILOP_DESC [] [src]

#[repr(C)]
pub struct D3D12_DEPTH_STENCILOP_DESC { pub StencilFailOp: D3D12_STENCIL_OP, pub StencilDepthFailOp: D3D12_STENCIL_OP, pub StencilPassOp: D3D12_STENCIL_OP, pub StencilFunc: D3D12_COMPARISON_FUNC, }

Fields

Trait Implementations

impl Debug for D3D12_DEPTH_STENCILOP_DESC
[src]

Formats the value using the given formatter.

impl Copy for D3D12_DEPTH_STENCILOP_DESC
[src]

impl Clone for D3D12_DEPTH_STENCILOP_DESC
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more