MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / getObject

Method getObject

glslang/Include/intermediate.h:1324–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1322 virtual const TIntermMethod* getAsMethodNode() const { return this; }
1323 virtual const TString& getMethodName() const { return method; }
1324 virtual TIntermTyped* getObject() const { return object; }
1325 virtual void traverse(TIntermTraverser*);
1326 void setExport() { linkType = ELinkExport; }
1327protected:

Callers 1

yyparseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected