gpu: add TextureView.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
ad907bf637
commit
1c0f5c0b03
4 changed files with 17 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const AddressMode = @import("enums.zig").AddressMode;
|
||||
const FilterMode = @import("enums.zig").FilterMode;
|
||||
const CompareFunction = @Import("data.zig").CompareFunction;
|
||||
const CompareFunction = @import("data.zig").CompareFunction;
|
||||
|
||||
const Sampler = @This();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue