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

Function GetEsslVersionString

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

Source from the content-addressed store, hash-verified

1700#define STR(n) QUOTE(n)
1701
1702const char* GetEsslVersionString()
1703{
1704 return "OpenGL ES GLSL 3.20 glslang Khronos. " STR(GLSLANG_VERSION_MAJOR) "." STR(GLSLANG_VERSION_MINOR) "." STR(
1705 GLSLANG_VERSION_PATCH) GLSLANG_VERSION_FLAVOR;
1706}
1707
1708const char* GetGlslVersionString()
1709{

Callers 1

singleMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected