Struct winapi::d3d10shader::ID3D10ShaderReflectionConstantBuffer [] [src]

pub struct ID3D10ShaderReflectionConstantBuffer {
    pub lpVtbl: *const ID3D10ShaderReflectionConstantBufferVtbl,
}

Fields

lpVtbl

Methods

impl ID3D10ShaderReflectionConstantBuffer
[src]

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

unsafe fn GetVariableByIndex(&mut self, Index: UINT) -> *mut ID3D10ShaderReflectionVariable

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

Trait Implementations

Derived Implementations

impl Debug for ID3D10ShaderReflectionConstantBuffer
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.