gpu: add AddressMode enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
c3cfb77ac7
commit
1ad93c1fbb
3 changed files with 6 additions and 7 deletions
|
|
@ -40,6 +40,7 @@ pub const FeatureName = @import("feature_name.zig").FeatureName;
|
|||
pub const TextureUsage = @import("texture_usage.zig").TextureUsage;
|
||||
pub const TextureFormat = @import("texture_format.zig").TextureFormat;
|
||||
pub const PresentMode = @import("present_mode.zig").PresentMode;
|
||||
pub const AddressMode = @import("address_mode.zig").AddressMode;
|
||||
|
||||
test "syntax" {
|
||||
_ = Interface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue