systeminfo: print more render info
This commit is contained in:
parent
b7a91e02e9
commit
a3d59b525b
2 changed files with 29 additions and 3 deletions
|
|
@ -304,13 +304,15 @@ class CHyprOpenGLImpl {
|
|||
|
||||
SP<CTexture> m_screencopyDeniedTexture;
|
||||
|
||||
private:
|
||||
enum eEGLContextVersion : uint8_t {
|
||||
EGL_CONTEXT_GLES_2_0 = 0,
|
||||
EGL_CONTEXT_GLES_3_0,
|
||||
EGL_CONTEXT_GLES_3_2,
|
||||
};
|
||||
|
||||
eEGLContextVersion m_eglContextVersion = EGL_CONTEXT_GLES_3_2;
|
||||
|
||||
private:
|
||||
struct {
|
||||
GLint x = 0;
|
||||
GLint y = 0;
|
||||
|
|
@ -320,8 +322,6 @@ class CHyprOpenGLImpl {
|
|||
|
||||
std::unordered_map<int, bool> m_capStatus;
|
||||
|
||||
eEGLContextVersion m_eglContextVersion = EGL_CONTEXT_GLES_3_2;
|
||||
|
||||
std::vector<SDRMFormat> m_drmFormats;
|
||||
bool m_hasModifiers = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue