Package: gdk
Function gdk:gl-texture-new
Lambda Listgdk:gl-texture-new (context id width height) ArgumentsReturn ValueA newly created gdk:texture object. Details
Creates a new texture for an existing GL texture.
Note that the GL texture must not be modified until destroy is called, which will happen when the gdk:texture object is finalized, or due to an explicit call of the gdk:gl-texture-release function. | See also |
#2023-8-1