summaryrefslogtreecommitdiff
path: root/gdk/gdkgltexturebuilder.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-04-25 08:32:00 +0200
committerMatthias Clasen <mclasen@redhat.com>2023-04-25 08:32:00 +0200
commita339c85a98f523afb8862494461e2c56a6b4e852 (patch)
treee4b9947195ee0b352067cf6526212c2458d2226b /gdk/gdkgltexturebuilder.h
parente37dfea637aaff8791da6fae1427088539a90229 (diff)
downloadgtk+-matthiasc/texture-builder.tar.gz
texturebuilder: Add has-mipmapmatthiasc/texture-builder
Add this as a builder property, and pass it to the created texture.
Diffstat (limited to 'gdk/gdkgltexturebuilder.h')
-rw-r--r--gdk/gdkgltexturebuilder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk/gdkgltexturebuilder.h b/gdk/gdkgltexturebuilder.h
index 502443390a..d389e3b231 100644
--- a/gdk/gdkgltexturebuilder.h
+++ b/gdk/gdkgltexturebuilder.h
@@ -60,6 +60,12 @@ void gdk_gl_texture_builder_set_height (GdkGLTextureBui
int height);
GDK_AVAILABLE_IN_4_12
+gboolean gdk_gl_texture_builder_get_has_mipmap (GdkGLTextureBuilder *self);
+GDK_AVAILABLE_IN_4_12
+void gdk_gl_texture_builder_set_has_mipmap (GdkGLTextureBuilder *self,
+ gboolean has_mipmap);
+
+GDK_AVAILABLE_IN_4_12
void gdk_gl_texture_builder_set_notify (GdkGLTextureBuilder *self,
GDestroyNotify destroy,
gpointer data);