gpu: add ComputePassTimestampWrite

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 16:53:18 -07:00 committed by Stephen Gutekanst
parent 79e80467ca
commit 628f3d59c2
3 changed files with 9 additions and 6 deletions

View file

@ -96,6 +96,7 @@ pub const StorageTextureBindingLayout = @import("structs.zig").StorageTextureBin
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;
// Enumerations
pub const Feature = @import("enums.zig").Feature;