test code for getting texture from a node

This commit is contained in:
itsmattkc
2019-05-22 13:58:29 +10:00
parent e21629892d
commit 41884a13b9
4 changed files with 50 additions and 4 deletions
+2 -1
View File
@@ -112,7 +112,8 @@ void NewSequenceDialog::accept() {
s->set_audio_layout(AV_CH_LAYOUT_STEREO);
// FIXME: TEST CODE
new NodeMedia(s.get());
NodeMedia* m = new NodeMedia(s.get());
s->texture_io = m->texture_output();
// END TEST CODE
ComboAction* ca = new ComboAction();