viewer: use internal texture to allow viewer to control texture as part of its

context

More intuitive code flow and allows the user to undock the viewer (which
forcibly destroys and recreates the context) and the viewer will handle
creation of the new texture in said new context.
This commit is contained in:
itsmattkc
2020-02-16 18:24:49 +11:00
parent 21755c7f20
commit ceb70a1870
14 changed files with 116 additions and 227 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ signals:
protected:
void RegenerateCacheID();
virtual bool InitInternal() = 0;
virtual bool InitInternal();
virtual void CloseInternal() = 0;
virtual void CloseInternal();
virtual bool CompileInternal() = 0;