Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/glslang
/ DeleteCompiler
Function
DeleteCompiler
glslang/GenericCodeGen/CodeGen.cpp:59–62 ·
view source on GitHub ↗
Delete the compiler made by ConstructCompiler
Source
from the content-addressed store, hash-verified
57
// Delete the compiler made by ConstructCompiler
58
//
59
void DeleteCompiler(TCompiler* compiler)
60
{
61
delete compiler;
62
}
63
64
//
65
// Generate code from the given parse tree
Callers
1
ShDestruct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected