commit | dbc2049aa35a06b160b91fb76820358a17b77bfa | [log] [tgz] |
---|---|---|
author | David Neto <dneto@google.com> | Tue Mar 14 12:43:41 2017 -0400 |
committer | David Neto <dneto@google.com> | Mon May 15 17:10:07 2017 -0400 |
tree | a4f2cf42710f02af67de4b91bed436192333a588 | |
parent | eb720b2ad1d80159a82ebb2b47e2ea7b911dba67 [diff] [blame] |
Add SPIR-V 1.2 support, for OpenCL 2.2
diff --git a/source/table.cpp b/source/table.cpp index 8f85802..b8fb809 100644 --- a/source/table.cpp +++ b/source/table.cpp
@@ -28,6 +28,7 @@ case SPV_ENV_OPENGL_4_2: case SPV_ENV_OPENGL_4_3: case SPV_ENV_OPENGL_4_5: + case SPV_ENV_UNIVERSAL_1_2: break; default: return nullptr;