summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2019-04-08 15:04:01 -0700
committerGitHub <noreply@github.com>2019-04-08 15:04:01 -0700
commit7c82ead1f5a7f866abe4e8fa931f857a505c3077 (patch)
tree2cbfabb0a479dbcbb36314ecd6aec33218d4ecbc /tests
parentdc54f1dd1b694b087816857a791e9d37dc25de6d (diff)
Update glslang version (#940)
* Update glslang This moves to a version of glslang that is hosted with the slang project and that includes a patch for a high-priority fix that hasn't been upstreamed into the main glslang repository yet. * Change a GLSL extension name The glslang codebase changed the extension name required to enable certain features from `GL_KHX_shader_explicit_arithmetic_types` to `GL_EXT_shader_explicit_arithmetic_types`.
Diffstat (limited to 'tests')
-rw-r--r--tests/compute/half-texture.slang.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/half-texture.slang.expected b/tests/compute/half-texture.slang.expected
index dc8d5dcbe..8d1a6bef4 100644
--- a/tests/compute/half-texture.slang.expected
+++ b/tests/compute/half-texture.slang.expected
@@ -15,8 +15,8 @@ standard output = {
ExecutionMode 4 LocalSize 4 4 1
Source GLSL 450
SourceExtension "GL_EXT_shader_16bit_storage"
+ SourceExtension "GL_EXT_shader_explicit_arithmetic_types"
SourceExtension "GL_GOOGLE_cpp_style_line_directive"
- SourceExtension "GL_KHX_shader_explicit_arithmetic_types"
Name 4 "main"
Name 9 "pos_0"
Name 13 "gl_GlobalInvocationID"