Framebuffer

interface Framebuffer

A framebuffer.

Since

v1.1.0

Types

Builder
Link copied to clipboard
interface Builder

An interface for a framebuffer builder.

Functions

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

Disposes this framebuffer.

Properties

handle
Link copied to clipboard
abstract val handle: Int

Framebuffer handle.

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

Renderbuffers attached to this framebuffer.

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

Textures attached to this framebuffer.