Hold a reference to the underlying DMA-BUFs until the next frame

This commit is contained in:
Cameron Gutman
2021-03-07 12:00:44 -06:00
parent d722bf10b9
commit d33ccce683
2 changed files with 12 additions and 0 deletions
@@ -45,6 +45,7 @@ private:
int m_ColorSpace;
bool m_ColorFull;
bool m_BlockingSwapBuffers;
AVFrame* m_LastFrame;
PFNGLEGLIMAGETARGETTEXTURE2DOESPROC m_glEGLImageTargetTexture2DOES;
PFNGLGENVERTEXARRAYSOESPROC m_glGenVertexArraysOES;
PFNGLBINDVERTEXARRAYOESPROC m_glBindVertexArrayOES;