gpu: add RenderPipeline.Descriptor
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
48a3103bb9
commit
77810482bd
3 changed files with 19 additions and 10 deletions
|
|
@ -6,6 +6,7 @@ const TextureView = @import("TextureView.zig");
|
|||
const ShaderModule = @import("ShaderModule.zig");
|
||||
const QuerySet = @import("QuerySet.zig");
|
||||
const StencilFaceState = @import("data.zig").StencilFaceState;
|
||||
const Color = @import("data.zig").Color;
|
||||
const CompilationMessageType = @import("enums.zig").CompilationMessageType;
|
||||
const PrimitiveTopology = @import("enums.zig").PrimitiveTopology;
|
||||
const IndexFormat = @import("enums.zig").IndexFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue