proof of concept for retrieving a texture from a node

This commit is contained in:
itsmattkc
2019-05-22 14:57:42 +10:00
parent 41884a13b9
commit f1fb0cccd0
12 changed files with 465 additions and 459 deletions
+1
View File
@@ -197,6 +197,7 @@ QVector<Track *> Sequence::GetTrackList(olive::TrackType type)
GLuint Sequence::texture()
{
texture_io->ParentNode()->Process(0);
return texture_io->GetValue().value<GLuint>();
}