Builder
An interface for a texture builder.
Types
Functions
add Cubemap Texture
Link copied to clipboard
abstract fun addCubemapTexture(side: CubemapSide, source: TextureImageSource): Texture.Builder
Content copied to clipboard
Adds a source of a cubemap texture for a given side.
add Texture
Link copied to clipboard
Adds a source of a 2D texture.
generate Mipmaps
Link copied to clipboard
Tells the builder to generate mipmaps for all created textures.