gpu: add TextureView.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:35:11 -07:00 committed by Stephen Gutekanst
parent ad907bf637
commit 1c0f5c0b03
4 changed files with 17 additions and 13 deletions

View file

@ -1,3 +1,5 @@
const QueryType = @import("enums.zig").QueryType;
const PipelineStatistic = @import("enums.zig").PipelineStatistic;
const QuerySet = @This();