createEmpty

fun createEmpty(gl: GlimpseAdapter, width: Int, height: Int, presets: TexturePresets): Texture

Creates an empty texture of the given width and height, and with the given presets.

Empty textures are intended to be used with Framebuffers.

Since

v1.1.0