Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp.
Much about const or temp is mechanical, about actual declaration, while much is semantic, about something higher level. This commit checks every use everywhere, and for the high-level ones, substitutes an encapsulated version instead.
This commit is contained in:
parent
952543e757
commit
7cc0e2896e
5 changed files with 45 additions and 25 deletions
|
|
@ -337,7 +337,7 @@ ERROR: node is still EOpNull!
|
|||
0:201 1 (const int)
|
||||
0:201 Constant:
|
||||
0:201 2 (const int)
|
||||
0:202 Test condition and select (layout(column_major shared ) temp highp float)
|
||||
0:202 Test condition and select (temp highp float)
|
||||
0:202 Condition
|
||||
0:202 'b' (temp bool)
|
||||
0:202 true case
|
||||
|
|
@ -764,7 +764,7 @@ ERROR: node is still EOpNull!
|
|||
0:201 1 (const int)
|
||||
0:201 Constant:
|
||||
0:201 2 (const int)
|
||||
0:202 Test condition and select (layout(column_major shared ) temp highp float)
|
||||
0:202 Test condition and select (temp highp float)
|
||||
0:202 Condition
|
||||
0:202 'b' (temp bool)
|
||||
0:202 true case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue