pub trait ID3D12GraphicsCommandList5_Impl: Sized + ID3D12GraphicsCommandList4_Impl {
    // Required methods
    fn RSSetShadingRate(
        &self,
        baseshadingrate: D3D12_SHADING_RATE,
        combiners: *const D3D12_SHADING_RATE_COMBINER,
    );
    fn RSSetShadingRateImage(&self, shadingrateimage: Option<&ID3D12Resource>);
}

Required Methods§

fn RSSetShadingRate( &self, baseshadingrate: D3D12_SHADING_RATE, combiners: *const D3D12_SHADING_RATE_COMBINER, )

fn RSSetShadingRateImage(&self, shadingrateimage: Option<&ID3D12Resource>)

Object Safety§

This trait is not object safe.

Implementors§