From dd316c8051d3511739bf0a1c21abfde9ea726a63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Oct 2019 02:27:28 -0400 Subject: [PATCH] gl: Add some comments --- gsk/gl/gskgldriver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gsk/gl/gskgldriver.c b/gsk/gl/gskgldriver.c index 321681d507..02132fc463 100644 --- a/gsk/gl/gskgldriver.c +++ b/gsk/gl/gskgldriver.c @@ -46,8 +46,8 @@ struct _GskGLDriver Fbo default_fbo; - GHashTable *textures; - GHashTable *pointer_textures; + GHashTable *textures; /* texture_id -> Texture */ + GHashTable *pointer_textures; /* pointer -> texture_id */ const Texture *bound_source_texture; -- 2.30.2