gpu: add AddressMode enum

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 09:43:14 -07:00 committed by Stephen Gutekanst
parent c3cfb77ac7
commit 1ad93c1fbb
3 changed files with 6 additions and 7 deletions

View file

@ -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;