RetroArch
Public Attributes | List of all members
D3D10_QUERY_DATA_PIPELINE_STATISTICS Struct Reference

#include <d3d10.h>

Public Attributes

UINT64 IAVertices
 
UINT64 IAPrimitives
 
UINT64 VSInvocations
 
UINT64 GSInvocations
 
UINT64 GSPrimitives
 
UINT64 CInvocations
 
UINT64 CPrimitives
 
UINT64 PSInvocations
 

Member Data Documentation

◆ CInvocations

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::CInvocations

◆ CPrimitives

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::CPrimitives

◆ GSInvocations

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::GSInvocations

◆ GSPrimitives

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::GSPrimitives

◆ IAPrimitives

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::IAPrimitives

◆ IAVertices

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::IAVertices

◆ PSInvocations

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::PSInvocations

◆ VSInvocations

UINT64 D3D10_QUERY_DATA_PIPELINE_STATISTICS::VSInvocations

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