gpu: Changes needed for latest Dawn (generated-2022-04-18).
This commit is contained in:
parent
b2ac779180
commit
bd28946397
4 changed files with 20 additions and 4 deletions
|
|
@ -99,6 +99,10 @@ pub const WorkDoneCallback = struct {
|
|||
}
|
||||
};
|
||||
|
||||
pub const Descriptor = struct {
|
||||
label: ?[*:0]const u8 = null,
|
||||
};
|
||||
|
||||
pub const WorkDoneStatus = enum(u32) {
|
||||
Success = 0x00000000,
|
||||
Error = 0x00000001,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue