aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/type.zig')
-rw-r--r--src/type.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/type.zig b/src/type.zig
index cb2448aa1a..e0190cdd37 100644
--- a/src/type.zig
+++ b/src/type.zig
@@ -3598,6 +3598,8 @@ pub const CType = enum {
.hermit,
.hurd,
.opencl,
+ .glsl450,
+ .vulkan,
=> @panic("TODO specify the C integer and float type sizes for this OS"),
}
}