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

Method ShaderCompUnit

StandAlone/StandAlone.cpp:1277–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275 const char* fileNameList[maxCount]; // downstream interface wants pointers
1276
1277 ShaderCompUnit(EShLanguage stage) : stage(stage), count(0) { }
1278
1279 ShaderCompUnit(const ShaderCompUnit& rhs)
1280 {

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected