Struct winapi::d3d12::D3D12_QUERY_DATA_PIPELINE_STATISTICS [] [src]

#[repr(C)]
pub struct D3D12_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

Trait Implementations

impl Debug for D3D12_QUERY_DATA_PIPELINE_STATISTICS
[src]

Formats the value using the given formatter.

impl Copy for D3D12_QUERY_DATA_PIPELINE_STATISTICS
[src]

impl Clone for D3D12_QUERY_DATA_PIPELINE_STATISTICS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more