mirror of
https://github.com/libretro/glslang.git
synced 2024-12-13 19:23:20 +00:00
Tests for PR: Fix results for 4f68b83ea1
.
This commit is contained in:
parent
4f68b83ea1
commit
297bb3f2d0
@ -1,3 +1,4 @@
|
|||||||
|
100Limits.vert
|
||||||
ERROR: 0:24: 'limitation' : while loops not available
|
ERROR: 0:24: 'limitation' : while loops not available
|
||||||
ERROR: 0:26: 'limitation' : do-while loops not available
|
ERROR: 0:26: 'limitation' : do-while loops not available
|
||||||
ERROR: 0:28: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
|
ERROR: 0:28: 'limitations' : inductive-loop init-declaration requires the form "type-specifier loop-index = constant-expression"
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
// For the version, it uses the latest git tag followed by the number of commits.
|
// For the version, it uses the latest git tag followed by the number of commits.
|
||||||
// For the date, it uses the current date (when then script is run).
|
// For the date, it uses the current date (when then script is run).
|
||||||
|
|
||||||
#define GLSLANG_REVISION "SPIRV99.849"
|
#define GLSLANG_REVISION "SPIRV99.851"
|
||||||
#define GLSLANG_DATE "16-Dec-2015"
|
#define GLSLANG_DATE "19-Dec-2015"
|
||||||
|
Loading…
Reference in New Issue
Block a user