D3D10_DDI_QUERY_DATA_SO_STATISTICS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D10_DDI_QUERY_DATA_SO_STATISTICS {
  UINT64 NumPrimitivesWritten;
  UINT64 PrimitivesStorageNeeded;
} D3D10_DDI_QUERY_DATA_SO_STATISTICS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10_ddi_query_data_so_statistics)

D3D10_DDI_QUERY_DATA_SO_STATISTICS structure

Description

The D3D10_DDI_QUERY_DATA_SO_STATISTICS structure describes stream output statistics that is used in a call to the CreateQuery(D3D10) function to create a D3D10DDI_QUERY_STREAMOUTPUTSTATS

query type and in a call to the QueryGetData function to return information about the query.

Members

NumPrimitivesWritten

The number of primitives that is written to the stream output resource.

PrimitivesStorageNeeded

The number of primitives that would have been written to the stream output resource if the resource was big enough.

Remarks

The driver associates a D3D10_DDI_QUERY_DATA_SO_STATISTICS structure with the D3D10DDI_QUERY_STREAMOUTPUTSTATS query type value from the D3D10DDI_QUERY enumeration.

See also

CreateQuery(D3D10)

D3D10DDI_QUERY

QueryGetData