gpu: implement PipelineLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a7667972a2
commit
88e1894fbd
3 changed files with 51 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ pub const RenderPassEncoder = @import("RenderPassEncoder.zig");
|
|||
pub const RenderBundleEncoder = @import("RenderBundleEncoder.zig");
|
||||
pub const RenderBundle = @import("RenderBundle.zig");
|
||||
pub const QuerySet = @import("QuerySet.zig");
|
||||
pub const PipelineLayout = @import("PipelineLayout.zig");
|
||||
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
pub const TextureUsage = @import("enums.zig").TextureUsage;
|
||||
|
|
@ -110,6 +111,7 @@ test "syntax" {
|
|||
_ = RenderBundleEncoder;
|
||||
_ = RenderBundle;
|
||||
_ = QuerySet;
|
||||
_ = PipelineLayout;
|
||||
|
||||
_ = Feature;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue