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