gpu: add QuerySet.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d19c868fb6
commit
4ae4ef4e14
2 changed files with 10 additions and 9 deletions
|
|
@ -57,15 +57,6 @@ typedef struct WGPUDawnTogglesDeviceDescriptor {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUQuerySetDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
WGPUQueryType type;
|
||||
uint32_t count;
|
||||
WGPUPipelineStatisticName const * pipelineStatistics;
|
||||
uint32_t pipelineStatisticsCount;
|
||||
} WGPUQuerySetDescriptor;
|
||||
|
||||
typedef struct WGPURenderBundleEncoderDescriptor {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
char const * label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue