D3D11_QUERY_DATA_SO_STATISTICS 结构 (d3d11.h)
查询 ID3D11DeviceContext::Begin 和 ID3D11DeviceContext::End 之间流式传输到流输出缓冲区的数据量的信息。
语法
typedef struct D3D11_QUERY_DATA_SO_STATISTICS {
UINT64 NumPrimitivesWritten;
UINT64 PrimitivesStorageNeeded;
} D3D11_QUERY_DATA_SO_STATISTICS;
成员
NumPrimitivesWritten
类型: UINT64
(,即) 写入流输出缓冲区的点、线和三角形的基元的数目。
PrimitivesStorageNeeded
类型: UINT64
如果有足够的空间供所有基元使用,则已写入流输出缓冲区的基元的数目。
要求
要求 | 值 |
---|---|
Header | d3d11.h |