aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/array.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2014-05-06 06:02:01 +0000
committerJohn Kessenich <cepheus@frii.com>2014-05-06 06:02:01 +0000
commit8a1a4a7a8b5fcf706d37a5a6d278d8acd24ed602 (patch)
tree44ca8efc8ddde7bcd1c1104eb2861325060e39ae /Test/baseResults/array.frag.out
parent2ea882fdae281aa7d4e0b6e7269fcd21e8cbbf29 (diff)
downloadglslang-8a1a4a7a8b5fcf706d37a5a6d278d8acd24ed602.tar.gz
Implement implicit conversions on function return expressions to the function's type.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26501 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/array.frag.out')
-rw-r--r--Test/baseResults/array.frag.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/baseResults/array.frag.out b/Test/baseResults/array.frag.out
index f4c167bf..f20b9676 100644
--- a/Test/baseResults/array.frag.out
+++ b/Test/baseResults/array.frag.out
@@ -19,7 +19,7 @@ ERROR: 0:63: '' : array size required
ERROR: 0:66: '=' : cannot convert from '3-component vector of float' to 'float'
ERROR: 0:76: 'bar' : no matching overloaded function found
ERROR: 0:79: '' : array size required
-ERROR: 0:84: 'return' : function return is not matching type:
+ERROR: 0:84: 'return' : type does not match, or is not convertible to, the function's return type
ERROR: 0:93: 'length' : array must be declared with a size before using this method
ERROR: 0:101: '[' : array index out of range '5'
ERROR: 23 compilation errors. No code generated.