[][src]Struct winapi::um::d3d10shader::D3D10_SHADER_DESC

#[repr(C)]
pub struct D3D10_SHADER_DESC {
    pub Version: UINT,
    pub Creator: LPCSTR,
    pub Flags: UINT,
    pub ConstantBuffers: UINT,
    pub BoundResources: UINT,
    pub InputParameters: UINT,
    pub OutputParameters: UINT,
    pub InstructionCount: UINT,
    pub TempRegisterCount: UINT,
    pub TempArrayCount: UINT,
    pub DefCount: UINT,
    pub DclCount: UINT,
    pub TextureNormalInstructions: UINT,
    pub TextureLoadInstructions: UINT,
    pub TextureCompInstructions: UINT,
    pub TextureBiasInstructions: UINT,
    pub TextureGradientInstructions: UINT,
    pub FloatInstructionCount: UINT,
    pub IntInstructionCount: UINT,
    pub UintInstructionCount: UINT,
    pub StaticFlowControlCount: UINT,
    pub DynamicFlowControlCount: UINT,
    pub MacroInstructionCount: UINT,
    pub ArrayInstructionCount: UINT,
    pub CutInstructionCount: UINT,
    pub EmitInstructionCount: UINT,
    pub GSOutputTopology: D3D10_PRIMITIVE_TOPOLOGY,
    pub GSMaxOutputVertexCount: UINT,
}

Fields

Version: UINTCreator: LPCSTRFlags: UINTConstantBuffers: UINTBoundResources: UINTInputParameters: UINTOutputParameters: UINTInstructionCount: UINTTempRegisterCount: UINTTempArrayCount: UINTDefCount: UINTDclCount: UINTTextureNormalInstructions: UINTTextureLoadInstructions: UINTTextureCompInstructions: UINTTextureBiasInstructions: UINTTextureGradientInstructions: UINTFloatInstructionCount: UINTIntInstructionCount: UINTUintInstructionCount: UINTStaticFlowControlCount: UINTDynamicFlowControlCount: UINTMacroInstructionCount: UINTArrayInstructionCount: UINTCutInstructionCount: UINTEmitInstructionCount: UINTGSOutputTopology: D3D10_PRIMITIVE_TOPOLOGYGSMaxOutputVertexCount: UINT

Trait Implementations

impl Copy for D3D10_SHADER_DESC[src]

impl Clone for D3D10_SHADER_DESC[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for D3D10_SHADER_DESC[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]