Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
const char * GpuShaderCreator::getFunctionName() const noexcept
143
{
144
return getImpl()->m_functionName.c_str();
145
}
146
147
void GpuShaderCreator::setResourcePrefix(const char * prefix) noexcept
148
{
Callers
4
WriteShaderHeader
Function · 0.45
setShader
Method · 0.45
test_shader_creator_interface
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
1
getImpl
Function · 0.50
Tested by
2
test_shader_creator_interface
Method · 0.36
OCIO_ADD_TEST
Function · 0.36