Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1730
public:
1731
TDeferredCompiler(EShLanguage s, TInfoSink& i) : TCompiler(s, i) { }
1732
virtual bool compile(TIntermNode*, int = 0, EProfile = ENoProfile) { return true; }
1733
};
1734
1735
TIoMapper* GetGlslIoMapper() {
Callers
1
ShCompile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected