two step process and configurable colorspaces

This commit is contained in:
itsmattkc
2019-03-20 01:42:40 +11:00
parent 0a5c3fe36e
commit 7d337e6de2
17 changed files with 559 additions and 244 deletions
+2 -1
View File
@@ -299,5 +299,6 @@ void Config::save(QString path) {
}
RuntimeConfig::RuntimeConfig() :
shaders_are_enabled(true)
shaders_are_enabled(true),
ocio_config_date(QDateTime::currentMSecsSinceEpoch())
{}