Framebuffer

interface 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 framebuffer.

Properties

Link copied to clipboard
abstract val handle: Int

Framebuffer handle.

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.