Struct winapi::d3d9caps::D3DPSHADERCAPS2_0 [] [src]

pub struct D3DPSHADERCAPS2_0 {
    pub Caps: DWORD,
    pub DynamicFlowControlDepth: INT,
    pub NumTemps: INT,
    pub StaticFlowControlDepth: INT,
    pub NumInstructionSlots: INT,
}

Fields

Caps
DynamicFlowControlDepth
NumTemps
StaticFlowControlDepth
NumInstructionSlots

Trait Implementations

impl Copy for D3DPSHADERCAPS2_0
[src]

impl Clone for D3DPSHADERCAPS2_0
[src]

fn clone(&self) -> D3DPSHADERCAPS2_0

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for D3DPSHADERCAPS2_0
[src]

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

Formats the value using the given formatter.