gpu: add RenderBundle.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8163a5876c
commit
c0d782bd9c
2 changed files with 7 additions and 5 deletions
|
|
@ -1,8 +1,3 @@
|
|||
pub const WGPURenderBundleDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
label: ?[*:0]const u8 = null,
|
||||
};
|
||||
|
||||
pub const WGPURenderBundleEncoderDescriptor = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
label: ?[*:0]const u8 = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue