[gtk/wip/baedert/gl-rework: 3/4] gltextureatlas: Use more correct debug name for texture
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/gl-rework: 3/4] gltextureatlas: Use more correct debug name for texture
- Date: Tue, 17 Dec 2019 08:18:26 +0000 (UTC)
commit 93e6d1936a9e5cdfa5c4dfb90c45afd0621b63b3
Author: Timm Bäder <mail baedert org>
Date: Tue Dec 17 09:07:34 2019 +0100
gltextureatlas: Use more correct debug name for texture
These aren't all glyph atlases anymore.
gsk/gl/gskgltextureatlas.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gsk/gl/gskgltextureatlas.c b/gsk/gl/gskgltextureatlas.c
index b974f42fbc..c1e03bc826 100644
--- a/gsk/gl/gskgltextureatlas.c
+++ b/gsk/gl/gskgltextureatlas.c
@@ -304,5 +304,5 @@ gsk_gl_texture_atlas_realize (GskGLTextureAtlas *atlas)
atlas->texture_id = create_shared_texture (atlas->width, atlas->height);
gdk_gl_context_label_object_printf (gdk_gl_context_get_current (),
GL_TEXTURE, atlas->texture_id,
- "Glyph atlas %d", atlas->texture_id);
+ "Texture atlas %d", atlas->texture_id);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]