Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getUniqueID
Method
getUniqueID
src/OpenColorIO/GpuShaderDesc.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
const char * GpuShaderCreator::getUniqueID() const noexcept
114
{
115
return getImpl()->m_uid.c_str();
116
}
117
118
void GpuShaderCreator::setLanguage(GpuLanguage lang) noexcept
119
{
Callers
2
bindPyGpuShaderDesc
Function · 0.80
extractGpuShaderInfo
Method · 0.80
Calls
1
getImpl
Function · 0.50
Tested by
no test coverage detected