parent
758cf90ea1
commit
80b9b21f9f
2 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue