Framebuffer

A framebuffer.

Since

v1.1.0

Types

Link copied to clipboard
interface Builder

An interface for a framebuffer builder.

Functions

Link copied to clipboard
abstract fun dispose(gl: GlimpseAdapter)

Disposes this object and its resources using given OpenGL adapter.

Link copied to clipboard
abstract fun use(gl: GlimpseAdapter)

Tells the given OpenGL adapter to use this framebuffer and draw into its color attachments.

Properties

Link copied to clipboard
abstract override val handle: Int

Framebuffer handle.

Link copied to clipboard
abstract val isDisposed: Boolean

true if this object has been disposed.

Link copied to clipboard

Renderbuffers attached to this framebuffer.

Link copied to clipboard

Textures attached to this framebuffer.