alpha over and opacity nodes are now functional

This commit is contained in:
itsmattkc
2019-09-06 15:45:12 +10:00
parent a5fb8693d0
commit c2e59b0855
16 changed files with 104 additions and 19 deletions
+1
View File
@@ -77,6 +77,7 @@ bool RenderInstance::Start()
// Set viewport to the compositing dimensions
ctx_->functions()->glViewport(0, 0, width_, height_);
ctx_->functions()->glEnable(GL_BLEND);
// Set up default pipeline
default_pipeline_ = olive::ShaderGenerator::DefaultPipeline();