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

Method TGenericCompiler

glslang/GenericCodeGen/CodeGen.cpp:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42class TGenericCompiler : public TCompiler {
43public:
44 TGenericCompiler(EShLanguage l) : TCompiler(l, infoSink) {}
45 virtual bool compile(TIntermNode* root, int version = 0, EProfile profile = ENoProfile);
46 TInfoSink infoSink;
47};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected