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

Method getLocation

glslang/GenericCodeGen/Link.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57public:
58 TUniformLinkedMap() { }
59 virtual int getLocation(const char*) { return 0; }
60};
61
62TShHandleBase* ConstructLinker(EShExecutable executable, int) { return new TGenericLinker(executable); }

Callers 1

ShGetUniformLocationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected