Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setVersion
Method
setVersion
src/OpenColorIO/Config.cpp:1326–1330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1324
}
1325
1326
void Config::setVersion(unsigned int major, unsigned int minor)
1327
{
1328
setMajorVersion(major);
1329
setMinorVersion(minor);
1330
}
1331
1332
void Config::upgradeToLatestVersion() noexcept
1333
{
Callers
8
supported_versions
Method · 0.95
setup_opengl
Function · 0.45
_set_value
Method · 0.45
main
Function · 0.45
load
Function · 0.45
test_ConfigMerger_setters
Method · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_ConfigMerger_setters
Method · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36