package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Gl_texture

type t = [ `gl_texture | `texture | `object_ ] Gobject.obj
val release : t -> unit

Releases the GL resources held by a `GdkGLTexture`.

The texture contents are still available via the method@Gdk.Texture.download function, after this function has been called.