diff options
Diffstat (limited to 'include/render')
-rw-r--r-- | include/render/gles2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h index 245b2804..714bacf5 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -17,6 +17,8 @@ struct wlr_gles2_pixel_format { uint32_t drm_format; + // optional field, if empty then internalformat = format + GLint gl_internalformat; GLint gl_format, gl_type; bool has_alpha; }; @@ -45,6 +47,7 @@ struct wlr_gles2_renderer { bool OES_egl_image; bool EXT_texture_type_2_10_10_10_REV; bool OES_texture_half_float_linear; + bool EXT_texture_norm16; } exts; struct { |