Remove (obsolete) filters from ImageProcessingShader

This shader is now only for Color correction
This commit is contained in:
Bruno Herbelin
2022-05-07 23:15:35 +02:00
parent f7da3a347d
commit 6b9795fe96
6 changed files with 6 additions and 213 deletions

View File

@@ -917,7 +917,6 @@ void SessionLoader::visit(ImageProcessingShader &n)
uniforms->QueryIntAttribute("nbColors", &n.nbColors);
uniforms->QueryIntAttribute("invert", &n.invert);
uniforms->QueryFloatAttribute("chromadelta", &n.chromadelta);
uniforms->QueryIntAttribute("filter", &n.filterid);
}
XMLElement* gamma = xmlCurrent_->FirstChildElement("gamma");