opengl: fix nvidia read formats

fixes #4023
This commit is contained in:
Vaxry
2023-12-02 14:51:35 +00:00
parent 758cf90ea1
commit 80b9b21f9f
2 changed files with 9 additions and 5 deletions

View File

@@ -179,6 +179,10 @@ class CHyprOpenGLImpl {
PFNEGLDESTROYIMAGEKHRPROC eglDestroyImageKHR = nullptr;
} m_sProc;
struct {
bool EXT_read_format_bgra = false;
} m_sExts;
private:
std::list<GLuint> m_lBuffers;
std::list<GLuint> m_lTextures;