Factory

interface Factory

A factory for renderbuffers.

Types

Companion
Link copied to clipboard
object Companion

Functions

createRenderbuffer
Link copied to clipboard
abstract fun createRenderbuffer(width: Int, height: Int, internalFormat: TextureInternalFormat): Renderbuffer

Creates a new renderbuffer of the given width and height, and with the given internalFormat.