gpu: add ComputePipeline.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:59:52 -07:00 committed by Stephen Gutekanst
parent 7fa2bb3754
commit 4e6c6bbee8
3 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,5 @@
const Extent3D = @import("data.zig").Extent3D;
const TextureView = @import("TextureView.zig");
const Texture = @This();