gpu: add QuerySet.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
db0fc8ad99
commit
0eff9e1cb3
2 changed files with 13 additions and 9 deletions
|
|
@ -1,12 +1,3 @@
|
|||
pub const WGPUQuerySetDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
label: ?[*:0]const u8 = null,
|
||||
type: QueryType,
|
||||
count: u32,
|
||||
pipeline_statistics: [*]const PipelineStatisticsName,
|
||||
pipeline_statistics_count: u32,
|
||||
};
|
||||
|
||||
pub const WGPUQueueDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
label: ?[*:0]const u8 = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue