diff options
Diffstat (limited to 'src/type.zig')
| -rw-r--r-- | src/type.zig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/type.zig b/src/type.zig index 1636407a87..837e1ad29a 100644 --- a/src/type.zig +++ b/src/type.zig @@ -3597,6 +3597,9 @@ pub const CType = enum { .amdpal, .hermit, .hurd, + .opencl, + .glsl450, + .vulkan, => @panic("TODO specify the C integer and float type sizes for this OS"), } } |
