gpu: add ImageCopyBuffer; ImageCopyTexture
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
d1bad15add
commit
85041d6f93
3 changed files with 17 additions and 33 deletions
|
|
@ -103,6 +103,8 @@ pub const RenderPassColorAttachment = @import("structs.zig").RenderPassColorAtta
|
|||
pub const VertexState = @import("structs.zig").VertexState;
|
||||
pub const FragmentState = @import("structs.zig").FragmentState;
|
||||
pub const ColorTargetState = @import("structs.zig").ColorTargetState;
|
||||
pub const ImageCopyBuffer = @import("structs.zig").ImageCopyBuffer;
|
||||
pub const ImageCopyTexture = @import("structs.zig").ImageCopyTexture;
|
||||
|
||||
// Enumerations
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue