Package graphics.glimpse.textures
Textures and texture-related enums.
Textures and texture-related enums.
Textures and texture-related enums.
Types
Link copied to clipboard
Bitmap provider.
Link copied to clipboard
Buffered image provider.
Link copied to clipboard
Cubemap texture side.
Link copied to clipboard
data class EmptyTexturePresets( val internalFormat: TextureInternalFormat, val pixelFormat: TexturePixelFormat, val pixelType: TexturePixelType)
Content copied to clipboard
Empty texture presets.
Link copied to clipboard
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
Texture type.
Link copied to clipboard
Texture wrap parameter.
Functions
Link copied to clipboard
fun TextureImageSourceBuilder.fromAsset(context: Context, fileName: String): TextureImageSourceBuilder
Content copied to clipboard
Will build a texture source from an asset with a given fileName.
Link copied to clipboard
fun TextureImageSourceBuilder.fromBufferedImage(bufferedImage: BufferedImage): TextureImageSourceBuilder
Content copied to clipboard
Will build a texture source from a given bufferedImage.
Link copied to clipboard
fun TextureImageSourceBuilder.fromFile(file: File): TextureImageSourceBuilder
Content copied to clipboard
Will build a texture source from a given file.
fun TextureImageSourceBuilder.fromFile(file: File): TextureImageSourceBuilder
Content copied to clipboard
Will build a texture source from a given file.
Link copied to clipboard
fun TextureImageSourceBuilder.fromResource(owner: Any, name: String): TextureImageSourceBuilder
Content copied to clipboard