RetroArch
Public Attributes | List of all members
D3D12_QUERY_DATA_PIPELINE_STATISTICS Struct Reference

#include <d3d12.h>

Public Attributes

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

Member Data Documentation

◆ CInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::CInvocations

◆ CPrimitives

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::CPrimitives

◆ CSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::CSInvocations

◆ DSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::DSInvocations

◆ GSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::GSInvocations

◆ GSPrimitives

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::GSPrimitives

◆ HSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::HSInvocations

◆ IAPrimitives

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::IAPrimitives

◆ IAVertices

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::IAVertices

◆ PSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::PSInvocations

◆ VSInvocations

UINT64 D3D12_QUERY_DATA_PIPELINE_STATISTICS::VSInvocations

The documentation for this struct was generated from the following file: