Tests: Add test for GLSL +-#INF.

This commit is contained in:
John Kessenich
2017-10-22 23:17:18 -06:00
parent 79a4074047
commit 6e33b787d3
2 changed files with 39 additions and 0 deletions

View File

@@ -101,3 +101,6 @@ uint g3 = 4294967294u;
int g4 = 4294967296; // ERROR, too big
int g5 = 4294967295;
int g6 = 4294967294;
float inf1 = -1.#INF;
float inf2 = 1.#INF;
float inf3 = +1.#INF;