Struct d3d11_win::shader::structures::D3D11_CLASS_INSTANCE_DESC [] [src]

pub struct D3D11_CLASS_INSTANCE_DESC {
    pub InstanceId: UINT,
    pub InstanceIndex: UINT,
    pub TypeId: UINT,
    pub ConstantBuffer: UINT,
    pub BaseConstantBufferOffset: UINT,
    pub BaseTexture: UINT,
    pub BaseSampler: UINT,
    pub Created: BOOL,
}

Fields

InstanceId
InstanceIndex
TypeId
ConstantBuffer
BaseConstantBufferOffset
BaseTexture
BaseSampler
Created