createRenderbuffer

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.