Struct winapi::d3d11::D3D11_QUERY_DATA_PIPELINE_STATISTICS [] [src]

pub struct D3D11_QUERY_DATA_PIPELINE_STATISTICS {
    pub IAVertices: UINT64,
    pub IAPrimitives: UINT64,
    pub VSInvocations: UINT64,
    pub GSInvocations: UINT64,
    pub GSPrimitives: UINT64,
    pub CInvocations: UINT64,
    pub CPrimitives: UINT64,
    pub PSInvocations: UINT64,
    pub HSInvocations: UINT64,
    pub DSInvocations: UINT64,
    pub CSInvocations: UINT64,
}

Fields

IAVertices: UINT64 IAPrimitives: UINT64 VSInvocations: UINT64 GSInvocations: UINT64 GSPrimitives: UINT64 CInvocations: UINT64 CPrimitives: UINT64 PSInvocations: UINT64 HSInvocations: UINT64 DSInvocations: UINT64 CSInvocations: UINT64

Trait Implementations

impl Debug for D3D11_QUERY_DATA_PIPELINE_STATISTICS
[src]

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

Formats the value using the given formatter.

impl Copy for D3D11_QUERY_DATA_PIPELINE_STATISTICS
[src]

impl Clone for D3D11_QUERY_DATA_PIPELINE_STATISTICS
[src]

fn clone(&self) -> D3D11_QUERY_DATA_PIPELINE_STATISTICS

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