Expand implicit argument conversions to also include handling built-in function calls.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26080 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -56,3 +56,9 @@ void foo23()
|
||||
|
||||
patch in vec4 patchIn; // ERROR
|
||||
patch out vec4 patchOut; // ERROR
|
||||
|
||||
void foo24()
|
||||
{
|
||||
dvec3 df, di;
|
||||
df = modf(outp.xyz, di);
|
||||
}
|
||||
Reference in New Issue
Block a user