gpu: add Color
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5bce559ce4
commit
a7b0a50dd4
3 changed files with 10 additions and 9 deletions
|
|
@ -77,6 +77,7 @@ pub const ComputePipeline = @import("ComputePipeline.zig");
|
|||
// Data structures
|
||||
pub const Limits = @import("structs.zig").Limits;
|
||||
pub const BlendComponent = @import("structs.zig").BlendComponent;
|
||||
pub const Color = @import("structs.zig").Color;
|
||||
|
||||
// Enumerations
|
||||
pub const Feature = @import("enums.zig").Feature;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue