auto-generate blending shader

This commit is contained in:
itsmattkc
2019-03-10 09:48:34 +11:00
parent 53f3f03e1d
commit c056c9d803
9 changed files with 429 additions and 375 deletions
+1
View File
@@ -69,6 +69,7 @@
QVector<EffectMeta> olive::effects;
QVector<BlendMode> olive::blend_modes;
QString olive::generated_blending_shader;
EffectPtr Effect::Create(Clip* c, const EffectMeta* em) {
if (em->internal >= 0 && em->internal < EFFECT_INTERNAL_COUNT) {