pub trait ID3D12GraphicsCommandList8_Impl: Sized + ID3D12GraphicsCommandList7_Impl {
    // Required method
    fn OMSetFrontAndBackStencilRef(
        &self,
        frontstencilref: u32,
        backstencilref: u32,
    );
}

Required Methods§

fn OMSetFrontAndBackStencilRef(&self, frontstencilref: u32, backstencilref: u32)

Object Safety§

This trait is not object safe.

Implementors§