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

Method compile

glslang/MachineIndependent/ShaderLang.cpp:1732–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730public:
1731 TDeferredCompiler(EShLanguage s, TInfoSink& i) : TCompiler(s, i) { }
1732 virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) { return true; }
1733};
1734
1735TIoMapper* GetGlslIoMapper() {

Callers 1

ShCompileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected