Class (GI Struct)

GstGL-1.0GstGLGLBuffer

GstGLBuffer is a Gst.Memory subclass providing support for the mapping of GL buffers.

Data is uploaded or downloaded from the GPU as is necessary.

Index

Constructors

Properties

Methods

Constructors

Properties

id: number
target: number
usage_hints: number
$gtype: GType<GLBuffer>

Methods

  • Initializes the GL Buffer allocator. It is safe to call this function multiple times. This must be called before any other GstGL.GLBuffer operation.

    Returns void