TextureImageSourceBuilder

A builder for a TextureImageSource.

A builder for a TextureImageSource.

A builder for a TextureImageSource.

Constructors

Link copied to clipboard
constructor()
constructor()

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard

Builds a TextureImageSource with the provided parameters.

Builds a TextureImageSource with the provided parameters.

Builds a TextureImageSource with the provided parameters.

Link copied to clipboard

Builds a prepared TextureImageSource with the provided parameters.

fun buildPrepared(profile: GLProfile): TextureImageSource

Builds a prepared TextureImageSource with the provided parameters and a given OpenGL profile.

Link copied to clipboard

Will build a texture source from an asset with a given fileName.

Link copied to clipboard

Will build a texture source from a bitmap provided by bitmapProvider.

Link copied to clipboard

Will build a texture source from a buffered image provided by bufferedImageProvider.

Link copied to clipboard

Will build a texture source from a given bufferedImage.

Link copied to clipboard

Will build a texture source from a given file.

Will build a texture source from a given file.

Link copied to clipboard

Will build a texture source from an input stream provided by inputStreamProvider.

Link copied to clipboard

Will build a texture source from a resource with a given name, associated with a given owner.

Link copied to clipboard

Will build a texture source with a given filename.