Minor infrastructure changes, to simplify an upcoming check in:
- print out block member types when printing a block (makes all test results change) - const versions of all intermediate.h type-identification methods - layoutSlotLocation -> layoutLocation git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24664 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -71,11 +71,11 @@ Warning, version 130 is not yet complete; most features are present, but a few a
|
||||
0:? 0.000000
|
||||
0:? 0.000000
|
||||
0:? 4.000000
|
||||
0:? 's' (uniform structure{a,b})
|
||||
0:? 's' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'sn' (uniform structure{a,b})
|
||||
0:? 'se' (uniform structure{a,b})
|
||||
0:? 'sn' (uniform structure{int a, float b})
|
||||
0:? 'se' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
|
||||
@@ -139,13 +139,13 @@ Warning, version 130 is not yet complete; most features are present, but a few a
|
||||
0:? 0.000000
|
||||
0:? 0.000000
|
||||
0:? 3.000000
|
||||
0:? 's' (uniform structure{a,b})
|
||||
0:? 's' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'sn' (uniform structure{a,b})
|
||||
0:? 'sn' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'se' (uniform structure{a,b})
|
||||
0:? 'se' (uniform structure{int a, float b})
|
||||
0:? 81 (const int)
|
||||
0:? 3.900000
|
||||
|
||||
@@ -271,13 +271,13 @@ ERROR: Linking fragment stage: Precision qualifiers must match:
|
||||
0:? 0.000000
|
||||
0:? 0.000000
|
||||
0:? 4.000000
|
||||
0:? 's' (uniform structure{a,b})
|
||||
0:? 's' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'sn' (uniform structure{a,b})
|
||||
0:? 'sn' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'se' (uniform structure{a,b})
|
||||
0:? 'se' (uniform structure{int a, float b})
|
||||
0:? 82 (const int)
|
||||
0:? 3.900000
|
||||
0:? 'd' (4-component vector of float)
|
||||
|
||||
Reference in New Issue
Block a user