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:
parent
7054075804
commit
7cbfdf4394
50 changed files with 592 additions and 571 deletions
|
|
@ -13,7 +13,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:12 move second child to first child (float)
|
||||
0:12 direct index (float)
|
||||
0:12 y: direct index for structure (5-element array of float)
|
||||
0:12 'str' (structure{y})
|
||||
0:12 'str' (structure{5-element array of float y})
|
||||
0:12 Constant:
|
||||
0:12 0 (const int)
|
||||
0:12 Constant:
|
||||
|
|
@ -25,7 +25,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:13 Pre-Increment (float)
|
||||
0:13 indirect index (float)
|
||||
0:13 y: direct index for structure (5-element array of float)
|
||||
0:13 'str' (structure{y})
|
||||
0:13 'str' (structure{5-element array of float y})
|
||||
0:13 Constant:
|
||||
0:13 0 (const int)
|
||||
0:13 Pre-Decrement (int)
|
||||
|
|
@ -33,7 +33,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:14 add second child into first child (float)
|
||||
0:14 direct index (float)
|
||||
0:14 y: direct index for structure (5-element array of float)
|
||||
0:14 'str' (structure{y})
|
||||
0:14 'str' (structure{5-element array of float y})
|
||||
0:14 Constant:
|
||||
0:14 0 (const int)
|
||||
0:14 Constant:
|
||||
|
|
@ -44,7 +44,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:15 Post-Decrement (float)
|
||||
0:15 direct index (float)
|
||||
0:15 y: direct index for structure (5-element array of float)
|
||||
0:15 'str' (structure{y})
|
||||
0:15 'str' (structure{5-element array of float y})
|
||||
0:15 Constant:
|
||||
0:15 0 (const int)
|
||||
0:15 Constant:
|
||||
|
|
@ -52,7 +52,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:16 add second child into first child (float)
|
||||
0:16 indirect index (float)
|
||||
0:16 y: direct index for structure (5-element array of float)
|
||||
0:16 'str' (structure{y})
|
||||
0:16 'str' (structure{5-element array of float y})
|
||||
0:16 Constant:
|
||||
0:16 0 (const int)
|
||||
0:16 Post-Increment (int)
|
||||
|
|
@ -61,7 +61,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:17 Pre-Decrement (float)
|
||||
0:17 indirect index (float)
|
||||
0:17 y: direct index for structure (5-element array of float)
|
||||
0:17 'str' (structure{y})
|
||||
0:17 'str' (structure{5-element array of float y})
|
||||
0:17 Constant:
|
||||
0:17 0 (const int)
|
||||
0:17 Pre-Decrement (int)
|
||||
|
|
@ -71,7 +71,7 @@ Warning, version 140 is not yet complete; most features are present, but a few a
|
|||
0:19 'x' (float)
|
||||
0:19 direct index (float)
|
||||
0:19 y: direct index for structure (5-element array of float)
|
||||
0:19 'str' (structure{y})
|
||||
0:19 'str' (structure{5-element array of float y})
|
||||
0:19 Constant:
|
||||
0:19 0 (const int)
|
||||
0:19 Constant:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue