HLSL: Non-functional: consolidate function declarator information.
This commit is contained in:
parent
c04c6a4067
commit
088d52bac2
6 changed files with 43 additions and 33 deletions
|
|
@ -92,6 +92,14 @@ namespace glslang {
|
|||
|
||||
std::unordered_map<TAttributeType, TIntermAggregate*> attributes;
|
||||
};
|
||||
|
||||
class TFunctionDeclarator {
|
||||
public:
|
||||
TSourceLoc loc;
|
||||
TFunction* function;
|
||||
TAttributeMap attributes;
|
||||
};
|
||||
|
||||
} // end namespace glslang
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue