gdk.gltexture

Module for GLTexture class

Types 3

A GdkTexture representing a GL texture object.

Methods
GType _gType() @property
GLTexture self()Returns `this`, for use in `with` statements.
GLTextureGidBuilder builder()Get builder for [gdk.gltexture.GLTexture] Returns: New builder object
void release()Releases the GL resources held by a [gdk.gltexture.GLTexture].
Constructors
this(void * ptr, Flag!"Take" take)
this(gdk.glcontext.GLContext context, uint id, int width, int height, glib.types.DestroyNotify destroy, void * data = null)Creates a new texture for an existing GL texture.

Fluent builder implementation template for gdk.gltexture.GLTexture

Fluent builder for gdk.gltexture.GLTexture

Methods
GLTexture build()Create object from builder. Returns: New object