gpu: move Texture.ViewDimension -> TextureView.Dimension

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:40:43 -07:00 committed by Stephen Gutekanst
parent 1c0f5c0b03
commit bbd058f23e
7 changed files with 24 additions and 19 deletions

View file

@ -16,7 +16,7 @@ pub const Feature = enum(u32) {
dawn_native = 0x000003ec,
};
const AddressMode = enum(u32) {
pub const AddressMode = enum(u32) {
repeat = 0x00000000,
mirror_repeat = 0x00000001,
clamp_to_edge = 0x00000002,