gpu: update defaults/optionality for QuerySetDescriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9a5ae0c80f
commit
b89ee0361b
1 changed files with 2 additions and 2 deletions
|
|
@ -35,6 +35,6 @@ pub const QuerySetDescriptor = extern struct {
|
|||
type: QueryType,
|
||||
count: u32,
|
||||
// TODO: file a bug on Dawn, this is not marked as nullable but in fact is.
|
||||
pipeline_statistics: ?[*]const PipelineStatisticName,
|
||||
pipeline_statistics_count: u32,
|
||||
pipeline_statistics: ?[*]const PipelineStatisticName = null,
|
||||
pipeline_statistics_count: u32 = 0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue