gdk.gltexture

Module for [GLTexture] class

Types 3

A GdkTexture representing a GL texture object.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
GLTexture self() nothrowReturns `this`, for use in `with` statements.
GLTextureGidBuilder builder() static nothrowGet builder for [gdk.gltexture.GLTexture] Returns: New builder object
void release() nothrowReleases 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() nothrowCreate object from builder. Returns: New object