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