Struct d3d11_win::core::structures::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
IAPrimitives
VSInvocations
GSInvocations
GSPrimitives
CInvocations
CPrimitives
PSInvocations
HSInvocations
DSInvocations
CSInvocations