aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/100.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-12-03 21:04:03 +0000
committerJohn Kessenich <cepheus@frii.com>2013-12-03 21:04:03 +0000
commit143c8bf10f54a56102d96cc3f2b68571db98b27e (patch)
treedfce1b1a3f583dc0d4db4ff73f7de2aa8929bc49 /Test/baseResults/100.frag.out
parent4e734dd68bf45e6d9d50d42c6f384cd4078e5299 (diff)
downloadglslang-143c8bf10f54a56102d96cc3f2b68571db98b27e.tar.gz
Give error when overloaded functions differ only on a parameter's precision qualifier.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24302 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/100.frag.out')
-rw-r--r--Test/baseResults/100.frag.out5
1 files changed, 3 insertions, 2 deletions
diff --git a/Test/baseResults/100.frag.out b/Test/baseResults/100.frag.out
index d36e51d1..7311dc52 100644
--- a/Test/baseResults/100.frag.out
+++ b/Test/baseResults/100.frag.out
@@ -62,8 +62,9 @@ ERROR: 0:145: 'a' : redefinition
ERROR: 0:147: 'texture2DProjGradEXT' : required extension not requested: GL_EXT_shader_texture_lod
ERROR: 0:151: 'floating-point suffix' : not supported for this version or the enabled extensions
ERROR: 0:152: 'floating-point suffix' : not supported for this version or the enabled extensions
-ERROR: 0:166: '' : syntax error
-ERROR: 57 compilation errors. No code generated.
+ERROR: 0:167: 'highp' : overloaded functions must have the same parameter precision qualifiers
+ERROR: 0:169: '' : syntax error
+ERROR: 58 compilation errors. No code generated.
ERROR: node is still EOpNull!