Doubles: Add all the missing built-in double-based prototypes.

This commit is contained in:
John Kessenich
2016-01-16 20:37:43 -07:00
parent c57b2a97fa
commit 712ecb96a2
7 changed files with 3699 additions and 187 deletions

View File

@@ -60,7 +60,7 @@ patch out vec4 patchOut; // ERROR
void foo24()
{
dvec3 df, di;
df = modf(outp.xyz, di);
df = modf(dvec3(outp.xyz), di);
}
in float in1;