gdk.dmabuf_texture

Module for [DmabufTexture] class

Types 3

A gdk.texture.Texture representing a DMA buffer.

To create a gdk.dmabuf_texture.DmabufTexture, use the auxiliary gdk.dmabuf_texture_builder.DmabufTextureBuilder object.

Dma-buf textures can only be created on Linux.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DmabufTexture self() nothrowReturns `this`, for use in `with` statements.
DmabufTextureGidBuilder builder() static nothrowGet builder for [gdk.dmabuf_texture.DmabufTexture] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
Methods
DmabufTexture build() nothrowCreate object from builder. Returns: New object