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