Framebuffer

interface Framebuffer : GlimpseDisposable

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.

Properties

Link copied to clipboard
abstract val handle: Int

Framebuffer handle.

Link copied to clipboard
abstract val isDisposed: Boolean

true if this object has been disposed.

Link copied to clipboard
abstract val renderbuffers: Map<FramebufferAttachmentType, Renderbuffer>

Renderbuffers attached to this framebuffer.

Link copied to clipboard
abstract val textures: Map<FramebufferAttachmentType, Texture>

Textures attached to this framebuffer.