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 | |
IAPrimitives | |
VSInvocations | |
GSInvocations | |
GSPrimitives | |
CInvocations | |
CPrimitives | |
PSInvocations | |
HSInvocations | |
DSInvocations | |
CSInvocations |
Trait Implementations
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