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

Method getFunctionName

src/OpenColorIO/GpuShaderDesc.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142const char * GpuShaderCreator::getFunctionName() const noexcept
143{
144 return getImpl()->m_functionName.c_str();
145}
146
147void GpuShaderCreator::setResourcePrefix(const char * prefix) noexcept
148{

Callers 4

WriteShaderHeaderFunction · 0.45
setShaderMethod · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getImplFunction · 0.50

Tested by 2

OCIO_ADD_TESTFunction · 0.36