gpu: add TextureAspect enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
00fceb7ac1
commit
2c8ef8d67d
2 changed files with 10 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ pub const SamplerBindingType = @import("enums.zig").SamplerBindingType;
|
|||
pub const StencilOperation = @import("enums.zig").StencilOperation;
|
||||
pub const StorageTextureAccess = @import("enums.zig").StorageTextureAccess;
|
||||
pub const StoreOp = @import("enums.zig").StoreOp;
|
||||
pub const TextureAspect = @import("enums.zig").TextureAspect;
|
||||
|
||||
test "syntax" {
|
||||
_ = Interface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue