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

pub struct ID3D11ShaderReflectionVariable {
    pub lpVtbl: *const ID3D11ShaderReflectionVariableVtbl,
}

Fields

lpVtbl

Methods

impl ID3D11ShaderReflectionVariable

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

unsafe fn GetType(&mut self) -> *mut ID3D11ShaderReflectionType

unsafe fn GetBuffer(&mut self) -> *mut ID3D11ShaderReflectionConstantBuffer

unsafe fn GetInterfaceSlot(&mut self, uArrayIndex: UINT) -> UINT