gpu: move TextureFormat -> Texture.Format
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
281d6a2016
commit
2e68792f0d
6 changed files with 108 additions and 109 deletions
|
|
@ -94,7 +94,6 @@ pub const PrimitiveState = @import("structs.zig").PrimitiveState;
|
|||
|
||||
// Enumerations
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
pub const TextureFormat = @import("enums.zig").TextureFormat;
|
||||
pub const PresentMode = @import("enums.zig").PresentMode;
|
||||
pub const AddressMode = @import("enums.zig").AddressMode;
|
||||
pub const AlphaMode = @import("enums.zig").AlphaMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue