Merge branch 'HaydnTrigg-patch-1'
This commit is contained in:
2
Test/constFold.frag
Normal file → Executable file
2
Test/constFold.frag
Normal file → Executable file
@@ -81,7 +81,7 @@ void foo()
|
||||
a[0] = s.m[1].z; // 7.0
|
||||
b % 0; // int
|
||||
b / 0;
|
||||
e / 0;
|
||||
e / 0; -e / 0; 0.0 / 0.0;
|
||||
const uint ua = 5;
|
||||
const uvec2 ub = uvec2(6, 7);
|
||||
const uint uc = 8;
|
||||
|
||||
Reference in New Issue
Block a user