HLSL: Non-functional: Move partial flattened access into symbol node.
Lays the groundwork for fixing issue #954. Partial flattenings were previously tracked through a stack of active subsets in the parse context, but full functionality needs AST nodes to represent this across time, removing the need for parsecontext tracking.
Showing
- glslang/Include/intermediate.h 12 additions, 1 deletionglslang/Include/intermediate.h
- hlsl/hlslGrammar.cpp 0 additions, 17 deletionshlsl/hlslGrammar.cpp
- hlsl/hlslParseHelper.cpp 13 additions, 12 deletionshlsl/hlslParseHelper.cpp
- hlsl/hlslParseHelper.h 1 addition, 6 deletionshlsl/hlslParseHelper.h
Loading
Please register or sign in to comment