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