Whole stack: Fix stale types in the AST linker object nodes, fixing #557.
Rationalizes the entire tracking of the linker object nodes, effecting GLSL, HLSL, and SPIR-V, to allow tracked objects to be fully edited before their type snapshot for linker objects. Should only effect things when the rest of the AST contained no reference to the symbol, because normal AST nodes were not stale. Also will only effect such objects when their types were edited.
This commit is contained in:
parent
e5e58cfee3
commit
d3f1122a44
107 changed files with 630 additions and 560 deletions
|
|
@ -420,7 +420,6 @@ ERROR: node is still EOpNull!
|
|||
0:? 'concall' (const float)
|
||||
0:? 0.295520
|
||||
0:? 'gl_TexCoord' (smooth out 35-element array of 4-component vector of float TexCoord)
|
||||
0:? 'gl_TexCoord' (smooth out 35-element array of 4-component vector of float TexCoord)
|
||||
0:? 'c' (uniform int)
|
||||
0:? 'x' (in 2-component vector of int)
|
||||
0:? 'v2a' (in 2-component vector of float)
|
||||
|
|
@ -772,7 +771,6 @@ ERROR: node is still EOpNull!
|
|||
0:? 'concall' (const float)
|
||||
0:? 0.295520
|
||||
0:? 'gl_TexCoord' (smooth out 35-element array of 4-component vector of float TexCoord)
|
||||
0:? 'gl_TexCoord' (smooth out 35-element array of 4-component vector of float TexCoord)
|
||||
0:? 'c' (uniform int)
|
||||
0:? 'x' (in 2-component vector of int)
|
||||
0:? 'v2a' (in 2-component vector of float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue