Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/glslang
/ ConstructUniformMap
Function
ConstructUniformMap
glslang/GenericCodeGen/Link.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
TUniformMap* ConstructUniformMap()
70
{
71
return new TUniformLinkedMap();
72
}
73
74
void DeleteUniformMap(TUniformMap* map)
75
{
Callers
1
ShConstructUniformMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected