Share SDL's EGL display with EGLRenderer

Fixes #1396
This commit is contained in:
Cameron Gutman
2024-09-12 22:33:50 -05:00
parent 02853e74ba
commit 96fb6ee5e9
2 changed files with 6 additions and 80 deletions
@@ -31,7 +31,6 @@ private:
const float *getColorOffsets(const AVFrame* frame);
const float *getColorMatrix(const AVFrame* frame);
static int loadAndBuildShader(int shaderType, const char *filename);
bool openDisplay(unsigned int platform, void* nativeDisplay);
AVPixelFormat m_EGLImagePixelFormat;
void *m_EGLDisplay;