media node upgrades to reference pixel format

This commit is contained in:
itsmattkc
2019-08-29 12:30:42 +10:00
parent 7dc2290496
commit deff114241
21 changed files with 574 additions and 197 deletions
+2
View File
@@ -66,6 +66,8 @@ bool RenderInstance::Start()
buffer_.Create(&ctx_);
ctx_.functions()->glViewport(0, 0, width_, height_);
return true;
}