MCPcopy 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
1326void Config::setVersion(unsigned int major, unsigned int minor)
1327{
1328 setMajorVersion(major);
1329 setMinorVersion(minor);
1330}
1331
1332void Config::upgradeToLatestVersion() noexcept
1333{

Callers 8

supported_versionsMethod · 0.95
setup_openglFunction · 0.45
_set_valueMethod · 0.45
mainFunction · 0.45
loadFunction · 0.45
OCIO_ADD_TESTFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

OCIO_ADD_TESTFunction · 0.36
OCIO_ADD_TESTFunction · 0.36