gpu: implement RenderBundleEncoder
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
431e8be08a
commit
15f32acfd2
4 changed files with 63 additions and 17 deletions
|
|
@ -40,6 +40,7 @@ pub const Texture = @import("Texture.zig");
|
|||
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 Feature = @import("enums.zig").Feature;
|
||||
pub const TextureUsage = @import("enums.zig").TextureUsage;
|
||||
|
|
@ -104,6 +105,7 @@ test "syntax" {
|
|||
_ = Sampler;
|
||||
_ = RenderPipeline;
|
||||
_ = RenderPassEncoder;
|
||||
_ = RenderBundleEncoder;
|
||||
|
||||
_ = Feature;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue