mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Remove (obsolete) filters from ImageProcessingShader
This shader is now only for Color correction
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user