Method

GdkGLTextureBuilderset_update_texture

Declaration [src]

void
gdk_gl_texture_builder_set_update_texture (
  GdkGLTextureBuilder* self,
  GdkTexture* texture
)

Description [src]

Sets the texture to be updated by this texture. See gdk_gl_texture_builder_set_update_region() for an explanation.

Available since:4.12
org.gdk.Method.set_propertyupdate_texture

Parameters

texture GdkTexture
 

The texture to update.

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