gpu: implement ExternalTexture
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
88e1894fbd
commit
616b1529f2
4 changed files with 52 additions and 11 deletions
|
|
@ -44,6 +44,7 @@ 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 ExternalTexture = @import("ExternalTexture.zig");
|
||||
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
pub const TextureUsage = @import("enums.zig").TextureUsage;
|
||||
|
|
@ -112,6 +113,7 @@ test "syntax" {
|
|||
_ = RenderBundle;
|
||||
_ = QuerySet;
|
||||
_ = PipelineLayout;
|
||||
_ = ExternalTexture;
|
||||
|
||||
_ = Feature;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue