gpu: add RenderPassTimestampWrite

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 17:06:41 -07:00 committed by Stephen Gutekanst
parent 7eb06f25f6
commit 58fe1b12f7
3 changed files with 9 additions and 6 deletions

View file

@ -97,6 +97,7 @@ pub const DepthStencilState = @import("structs.zig").DepthStencilState;
pub const ConstantEntry = @import("structs.zig").ConstantEntry;
pub const ProgrammableStageDescriptor = @import("structs.zig").ProgrammableStageDescriptor;
pub const ComputePassTimestampWrite = @import("structs.zig").ComputePassTimestampWrite;
pub const RenderPassTimestampWrite = @import("structs.zig").RenderPassTimestampWrite;
// Enumerations
pub const Feature = @import("enums.zig").Feature;