gpu: Changes needed for latest Dawn (generated-2022-04-18).

This commit is contained in:
Michal Ziulek 2022-04-18 23:27:47 +02:00 committed by Stephen Gutekanst
parent b2ac779180
commit bd28946397
4 changed files with 20 additions and 4 deletions

View file

@ -249,6 +249,7 @@ pub const Descriptor = struct {
label: ?[*:0]const u8 = null,
required_features: ?[]Feature = null,
required_limits: ?Limits = null,
default_queue: ?Queue.Descriptor = null,
};
pub const LostReason = enum(u32) {