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