added support for multiple node iterations
Optimizes various effects, particularly blurs.
This commit is contained in:
@@ -58,7 +58,7 @@ bool SolidGenerator::IsAccelerated() const
|
||||
return true;
|
||||
}
|
||||
|
||||
QString SolidGenerator::CodeFragment() const
|
||||
QString SolidGenerator::AcceleratedCodeFragment() const
|
||||
{
|
||||
return ReadFileAsString(":/shaders/solid.frag");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user