gpu: update to latest revision as of 2022-08-06
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
f856fccb76
commit
9f4a93cbef
8 changed files with 43 additions and 20 deletions
|
|
@ -3,11 +3,13 @@ const TextureView = @import("texture_view.zig").TextureView;
|
|||
const Impl = @import("interface.zig").Impl;
|
||||
|
||||
pub const ExternalTexture = opaque {
|
||||
/// TODO: Can be chained in gpu.BindGroup.Entry
|
||||
pub const BindingEntry = extern struct {
|
||||
chain: ChainedStruct,
|
||||
external_texture: *ExternalTexture,
|
||||
};
|
||||
|
||||
/// TODO: Can be chained in gpu.BindGroupLayout.Entry
|
||||
pub const BindingLayout = extern struct {
|
||||
chain: ChainedStruct,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue