struct render::GpuQueryPoolCreateInformation

Descriptor structure used for initialization of a GpuQueryPool.

Public

Fields

Type

Type of queries that the pool will allocate.

PoolSize

u32 PoolSize

Number of queries stored by the pool.

This should be the maximum number of queries of this type you plan to allocate.

PipelineStatisticsQueryBits

GpuPipelineStatisticsQueryBits PipelineStatisticsQueryBits

Determine which elements of the pipeline statistics query to enable.

At least one bit must be set if this is a pipeline statistics query bit.