Struct d3d11_win::shader::interfaces::ID3D11ShaderReflection [] [src]

pub struct ID3D11ShaderReflection {
    pub lpVtbl: *const ID3D11ShaderReflectionVtbl,
}

Fields

lpVtbl

Methods

impl ID3D11ShaderReflection

unsafe fn GetDesc(&mut self, pDesc: *mut D3D11_SHADER_DESC) -> HRESULT

unsafe fn GetConstantBufferByIndex(&mut self, Index: UINT) -> *mut ID3D11ShaderReflectionConstantBuffer

unsafe fn GetConstantBufferByName(&mut self, Name: LPCSTR) -> *mut ID3D11ShaderReflectionConstantBuffer

unsafe fn GetResourceBindingDesc(&mut self, ResourceIndex: UINT, pDesc: *mut D3D11_SHADER_INPUT_BIND_DESC) -> HRESULT

unsafe fn GetInputParameterDesc(&mut self, ParameterIndex: UINT, pDesc: *mut D3D11_SIGNATURE_PARAMETER_DESC) -> HRESULT

unsafe fn GetOutputParameterDesc(&mut self, ParameterIndex: UINT, pDesc: *mut D3D11_SIGNATURE_PARAMETER_DESC) -> HRESULT

unsafe fn GetPatchConstantParameterDesc(&mut self, ParameterIndex: UINT, pDesc: *mut D3D11_SIGNATURE_PARAMETER_DESC) -> HRESULT

unsafe fn GetVariableByName(&mut self, Name: LPCSTR) -> *mut ID3D11ShaderReflectionVariable

unsafe fn GetResourceBindingDescByName(&mut self, Name: LPCSTR, pDesc: *mut D3D11_SHADER_INPUT_BIND_DESC) -> HRESULT

unsafe fn GetMovInstructionCount(&mut self) -> UINT

unsafe fn GetMovcInstructionCount(&mut self) -> UINT

unsafe fn GetConversionInstructionCount(&mut self) -> UINT

unsafe fn GetBitwiseInstructionCount(&mut self) -> UINT

unsafe fn GetGSInputPrimitive(&mut self) -> D3D_PRIMITIVE

unsafe fn IsSampleFrequencyShader(&mut self) -> BOOL

unsafe fn GetNumInterfaceSlots(&mut self) -> UINT

unsafe fn GetMinFeatureLevel(&mut self, pLevel: *mut D3D_FEATURE_LEVEL) -> HRESULT

unsafe fn GetThreadGroupSize(&mut self, pSizeX: *mut UINT, pSizeY: *mut UINT, pSizeZ: *mut UINT) -> UINT

unsafe fn GetRequiresFlags(&mut self) -> UINT64

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: *const GUID, ppvObject: *mut *mut c_void) -> i32

unsafe fn AddRef(&mut self) -> u32

unsafe fn Release(&mut self) -> u32

Trait Implementations

impl Deref for ID3D11ShaderReflection

type Target = IUnknown

fn deref(&self) -> &IUnknown

impl DerefMut for ID3D11ShaderReflection

fn deref_mut(&mut self) -> &mut IUnknown

impl COMInterface for ID3D11ShaderReflection

fn i_unknown(&self) -> &IUnknown

fn i_unknown_mut(&mut self) -> &mut IUnknown

impl QueryIID for ID3D11ShaderReflection

fn iid() -> GUID