Builder
Types
Functions
Link copied to clipboard
abstract fun attachRenderbuffer(type: FramebufferAttachmentType, renderbuffer: Renderbuffer): Framebuffer.Builder
Content copied to clipboard
Adds a renderbuffer attachment.
Link copied to clipboard
abstract fun attachTexture(type: FramebufferAttachmentType, texture: Texture): Framebuffer.Builder
Content copied to clipboard
Adds a texture image attachment.
Link copied to clipboard
Builds a framebuffer with the added attachments.