aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2021-01-18 23:47:25 +0100
committerRobin Voetter <robin@voetter.nl>2021-01-19 15:28:17 +0100
commit02c138fe7011346ebab5e4b24ba0f8575bb52173 (patch)
tree5f59ca5e6e25d700dd3aa9d1ea1f9be577bdb1a6 /src/type.zig
parentb2b87b590011d8df52874e3f9bd1f88d1b0189d1 (diff)
downloadzig-02c138fe7011346ebab5e4b24ba0f8575bb52173.tar.gz
zig-02c138fe7011346ebab5e4b24ba0f8575bb52173.zip
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
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"),
}
}