gpu: add RenderPassColorAttachment
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b505c5aecf
commit
48a3103bb9
3 changed files with 10 additions and 9 deletions
|
|
@ -99,6 +99,7 @@ pub const ProgrammableStageDescriptor = @import("structs.zig").ProgrammableStage
|
|||
pub const ComputePassTimestampWrite = @import("structs.zig").ComputePassTimestampWrite;
|
||||
pub const RenderPassTimestampWrite = @import("structs.zig").RenderPassTimestampWrite;
|
||||
pub const RenderPassDepthStencilAttachment = @import("structs.zig").RenderPassDepthStencilAttachment;
|
||||
pub const RenderPassColorAttachment = @import("structs.zig").RenderPassColorAttachment;
|
||||
|
||||
// Enumerations
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue