gpu: convert QuerySet from enum(usize) to *opaque
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d50bc3527b
commit
3d0051e720
2 changed files with 9 additions and 14 deletions
|
|
@ -90,7 +90,7 @@ pub const RenderPassDescriptor = extern struct {
|
|||
color_attachment_count: u32,
|
||||
color_attachments: [*]const types.RenderPassColorAttachment,
|
||||
depth_stencil_attachment: ?[*]const RenderPassDepthStencilAttachment = null, // nullable
|
||||
occlusion_query_set: query_set.QuerySet = query_set.QuerySet.none, // nullable
|
||||
occlusion_query_set: ?query_set.QuerySet,
|
||||
timestamp_write_count: u32,
|
||||
timestamp_writes: [*]const RenderPassTimestampWrite,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue