mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wip: render/gles2: use PBOs for read_pixels
This commit is contained in:
parent
ff1028b545
commit
ee7a9de7cb
3 changed files with 85 additions and 5 deletions
|
|
@ -41,6 +41,7 @@ struct wlr_egl {
|
|||
PFNEGLDESTROYSYNCKHRPROC eglDestroySyncKHR;
|
||||
PFNEGLDUPNATIVEFENCEFDANDROIDPROC eglDupNativeFenceFDANDROID;
|
||||
PFNEGLWAITSYNCKHRPROC eglWaitSyncKHR;
|
||||
PFNEGLCLIENTWAITSYNCKHRPROC eglClientWaitSyncKHR;
|
||||
} procs;
|
||||
|
||||
bool has_modifiers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue