gpu: add StorageTextureBindingLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:09:48 -07:00 committed by Stephen Gutekanst
parent 19ced8efc6
commit 340739ad44
2 changed files with 9 additions and 7 deletions

View file

@ -1,10 +1,3 @@
pub const StorageTextureBindingLayout = extern struct {
next_in_chain: *const ChainedStruct,
access: StorageTextureAccess,
format: TextureFormat,
view_dimension: TextureViewDimension,
};
pub const WGPUSurfaceDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,