Package-level declarations

Textures and texture-related enums.

Textures and texture-related enums.

Textures and texture-related enums.

Types

Link copied to clipboard
fun interface BitmapProvider

Bitmap provider.

Link copied to clipboard
fun interface BufferedImageProvider

Buffered image provider.

Link copied to clipboard

Cubemap texture side.

Link copied to clipboard
fun interface InputStreamProvider

Input stream provider.

Link copied to clipboard

A texture.

Link copied to clipboard

Texture image source.

Link copied to clipboard

A builder for a TextureImageSource.

A builder for a TextureImageSource.

A builder for a TextureImageSource.

Link copied to clipboard

Texture color components.

Link copied to clipboard

Texture magnifying function.

Link copied to clipboard

Texture minifying function.

Link copied to clipboard

Texture pixel data format.

Link copied to clipboard

Texture pixel data type.

Link copied to clipboard
data class TexturePresets(val internalFormat: TextureInternalFormat, val pixelFormat: TexturePixelFormat, val pixelType: TexturePixelType)

Texture presets.

Link copied to clipboard

Texture type.

Link copied to clipboard

Texture wrap parameter.

Functions

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 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 a resource with a given name, associated with a given owner.