MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getLanguage

Method getLanguage

src/OpenColorIO/GpuShaderDesc.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129GpuLanguage GpuShaderCreator::getLanguage() const noexcept
130{
131 return getImpl()->m_language;
132}
133
134void GpuShaderCreator::setFunctionName(const char * name) noexcept
135{

Callers 15

WriteShaderHeaderFunction · 0.45
WriteShaderFooterFunction · 0.45
GetCDLGPUShaderProgramFunction · 0.45
AddUniformFunction · 0.45
AddBoolUniformFunction · 0.45
AddLogShaderFunction · 0.45
AddAntiLogShaderFunction · 0.45
AddLogToLinShaderFunction · 0.45
AddLinToLogShaderFunction · 0.45
AddCameraLogToLinShaderFunction · 0.45
AddCameraLinToLogShaderFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 2

OCIO_ADD_TESTFunction · 0.36