gpu: move Texture.ViewDimension -> TextureView.Dimension
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1c0f5c0b03
commit
bbd058f23e
7 changed files with 24 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue