gpu: implement RenderBundle
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
15f32acfd2
commit
8227c9b036
4 changed files with 50 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ pub const Sampler = @import("Sampler.zig");
|
|||
pub const RenderPipeline = @import("RenderPipeline.zig");
|
||||
pub const RenderPassEncoder = @import("RenderPassEncoder.zig");
|
||||
pub const RenderBundleEncoder = @import("RenderBundleEncoder.zig");
|
||||
pub const RenderBundle = @import("RenderBundle.zig");
|
||||
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
pub const TextureUsage = @import("enums.zig").TextureUsage;
|
||||
|
|
@ -106,6 +107,7 @@ test "syntax" {
|
|||
_ = RenderPipeline;
|
||||
_ = RenderPassEncoder;
|
||||
_ = RenderBundleEncoder;
|
||||
_ = RenderBundle;
|
||||
|
||||
_ = Feature;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue