Implement __VERSION__ macro, make ftransform() non-ES only, add more tests.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22000 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -121,5 +121,9 @@ sum += 0.05;
|
||||
#error bad6
|
||||
#endif
|
||||
|
||||
int linenumber = __LINE__;
|
||||
int filenumber = __FILE__;
|
||||
int version = __VERSION__;
|
||||
|
||||
#define PASTE(a,b) a ## b
|
||||
float PASTE(tod, ay) = 17;
|
||||
|
||||
Reference in New Issue
Block a user