pub trait ID3D11ShaderTraceFactory_Impl: Sized {
    // Required method
    fn CreateShaderTrace(
        &self,
        pshader: Option<&IUnknown>,
        ptracedesc: *const D3D11_SHADER_TRACE_DESC,
    ) -> Result<ID3D11ShaderTrace>;
}

Required Methods§

fn CreateShaderTrace( &self, pshader: Option<&IUnknown>, ptracedesc: *const D3D11_SHADER_TRACE_DESC, ) -> Result<ID3D11ShaderTrace>

Object Safety§

This trait is not object safe.

Implementors§