small refactor of values
All checks were successful
Build / build (push) Successful in 1m54s
Test / build (push) Successful in 7m56s

This commit is contained in:
2026-03-14 03:59:11 +01:00
parent 7074345540
commit 9e72a6d2bc
6 changed files with 532 additions and 458 deletions

View File

@@ -42,6 +42,18 @@ pub const SpvByte = spv.SpvByte;
pub const SpvWord = spv.SpvWord;
pub const SpvBool = spv.SpvBool;
pub const Vec4f32 = @Vector(4, f32);
pub const Vec3f32 = @Vector(3, f32);
pub const Vec2f32 = @Vector(2, f32);
pub const Vec4i32 = @Vector(4, i32);
pub const Vec3i32 = @Vector(3, i32);
pub const Vec2i32 = @Vector(2, i32);
pub const Vec4u32 = @Vector(4, u32);
pub const Vec3u32 = @Vector(3, u32);
pub const Vec2u32 = @Vector(2, u32);
pub const GLSL_std_450 = @import("GLSL_std_450/opcodes.zig");
/// Maximum number of input locations per module