gnome.pages.gitlab.gnome.org

Gdk.GLTextureBuilder

Class

GdkGLTextureBuilder

since: 4.12

Description [src]

final class Gdk.GLTextureBuilder : GObject.Object
{
  /* No available fields */
}

Available since: 4.12

Constructors

Instance methods

gdk_gl_texture_builder_set_has_mipmap

Sets whether the texture has a mipmap. This allows the renderer and other users of the generated texture to use a higher quality downscaling.

since: 4.12

gdk_gl_texture_builder_set_id

Sets the texture id of the texture. The texture id must remain unmodified until the texture was finalized. See gdk_gl_texture_builder_build() for a longer discussion.

since: 4.12

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GdkGLTextureBuilderClass {
  /* no available fields */
}

No description available.