forked from qt-creator/qt-creator
Show different icons for GLSL variable categories
Attributes, uniforms, varyings, and constants are shown with a distinguished icon that is different from regular variables.
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
Block *newBlock(Scope *scope = 0);
|
||||
Function *newFunction(Scope *scope = 0);
|
||||
Argument *newArgument(Function *function, const QString &name, const Type *type);
|
||||
Variable *newVariable(Scope *scope, const QString &name, const Type *type);
|
||||
Variable *newVariable(Scope *scope, const QString &name, const Type *type, int qualifiers = 0);
|
||||
|
||||
MemoryPool *pool();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user