HLSL: Non-functional: consolidate function declarator information.
This commit is contained in:
@@ -92,6 +92,14 @@ namespace glslang {
|
||||
|
||||
std::unordered_map<TAttributeType, TIntermAggregate*> attributes;
|
||||
};
|
||||
|
||||
class TFunctionDeclarator {
|
||||
public:
|
||||
TSourceLoc loc;
|
||||
TFunction* function;
|
||||
TAttributeMap attributes;
|
||||
};
|
||||
|
||||
} // end namespace glslang
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user