mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/gles2: setup PBO extensions
This commit is contained in:
parent
989301a89b
commit
ff1028b545
2 changed files with 18 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ struct wlr_gles2_renderer {
|
|||
bool EXT_texture_type_2_10_10_10_REV;
|
||||
bool OES_texture_half_float_linear;
|
||||
bool EXT_texture_norm16;
|
||||
bool NV_pixel_buffer_object;
|
||||
bool OES_mapbuffer;
|
||||
bool EXT_map_buffer_range;
|
||||
} exts;
|
||||
|
||||
struct {
|
||||
|
|
@ -57,6 +60,8 @@ struct wlr_gles2_renderer {
|
|||
PFNGLPOPDEBUGGROUPKHRPROC glPopDebugGroupKHR;
|
||||
PFNGLPUSHDEBUGGROUPKHRPROC glPushDebugGroupKHR;
|
||||
PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC glEGLImageTargetRenderbufferStorageOES;
|
||||
PFNGLMAPBUFFERRANGEEXTPROC glMapBufferRangeEXT;
|
||||
PFNGLUNMAPBUFFEROESPROC glUnmapBufferOES;
|
||||
} procs;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue