The first redeclarations of gl_FragCoord must appear before any
use of gl_FragCoord.
This commit is contained in:
parent
538231d8b4
commit
07f677028c
6 changed files with 311 additions and 4 deletions
|
|
@ -295,6 +295,7 @@ INSTANTIATE_TEST_SUITE_P(
|
|||
"EndStreamPrimitive.geom",
|
||||
"floatBitsToInt.vert",
|
||||
"coord_conventions.frag",
|
||||
"gl_FragCoord.frag"
|
||||
})),
|
||||
FileNameAsCustomTestSuffix
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue