Doubles: Add all the missing built-in double-based prototypes.
This commit is contained in:
parent
c57b2a97fa
commit
712ecb96a2
7 changed files with 3699 additions and 187 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue