Factory

interface Factory

A factory for renderbuffers.

Types

Link copied to clipboard
object Companion

Functions

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.