Package graphics.glimpse.framebuffers

Framebuffers and renderbuffers.

Types

Link copied to clipboard
interface Framebuffer : GlimpseDisposable

A framebuffer.

Link copied to clipboard
enum FramebufferAttachmentType : Enum<FramebufferAttachmentType>

Framebuffer attachment type.

Link copied to clipboard
enum FramebufferStatus : Enum<FramebufferStatus>

Framebuffer completeness status.

Link copied to clipboard
interface Renderbuffer : GlimpseDisposable

A renderbuffer.

Functions

Link copied to clipboard
inline fun GlimpseAdapter.withFramebuffer(framebuffer: Framebuffer, crossinline block: GlimpseAdapter.() -> Unit)

Runs block of instructions with given framebuffer bound.