From 9b70eab19494550c6765910affb5fc8c3f883662 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 11 Jul 2021 20:00:02 +0200 Subject: render/gles2: rename wlr_egl.exts to better match Khronos Khronos refers to extensions with their namespace as a prefix in uppercase. Change our naming to align with Khronos conventions. This also makes grepping easier. --- include/render/gles2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/render') diff --git a/include/render/gles2.h b/include/render/gles2.h index 3e278e32..013270e4 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -39,10 +39,10 @@ struct wlr_gles2_renderer { const char *exts_str; struct { - bool read_format_bgra_ext; - bool debug_khr; - bool egl_image_external_oes; - bool egl_image_oes; + bool EXT_read_format_bgra; + bool KHR_debug; + bool OES_egl_image_external; + bool OES_egl_image; } exts; struct { -- cgit v1.2.3