gpu: correct Adapter.Properties.backend_type field

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-31 02:21:23 -07:00 committed by Stephen Gutekanst
parent 3ff682956f
commit a008f96315
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,7 @@ pub const RenderPassDescriptor = extern struct {
// TODO: file a bug on Dawn, this is not marked as nullable but in fact is.
color_attachments: ?[*]const RenderPassColorAttachment,
depth_stencil_attachment: ?[*]const RenderPassDepthStencilAttachment,
// TODO: file a bug on Dawn, should this be nullable? Seems very likely it should
occlusion_query_set: ?*QuerySet,
timestamp_write_count: u32 = 0,
// TODO: file a bug on Dawn, this is not marked as nullable but in fact is.