Method

GdkMemoryTextureBuilderset_update_texture

since: 4.16

Declaration [src]

void
gdk_memory_texture_builder_set_update_texture (
  GdkMemoryTextureBuilder* self,
  GdkTexture* texture
)

Description [src]

Sets the texture to be updated by this texture.

See gdk_memory_texture_builder_set_update_region() for an explanation.

Available since: 4.16

Parameters

texture

Type: GdkTexture

The texture to update.

The argument can be NULL.
The data is owned by the caller of the method.