Gdk.GLTextureBuilder
Class
GdkGLTextureBuilder
since: 4.12
Description [src]
final class Gdk.GLTextureBuilder : GObject.Object
{
/* No available fields */
}
Available since: 4.12
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.