ArrayTexture
Functions
Link copied to clipboard
expect abstract fun copyTo(layer: Int, target: ArrayTexture, targetLayer: Int, fromLevel: Int = 0, toLevel: Int = 0)
Copy contents in layer to target ColorBuffer
Link copied to clipboard
generates mipmaps from the top-level mipmap
generates mipmaps from the top-level mipmap
generates mipmaps from the top-level mipmap
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun write(layer: Int, buffer: ByteBuffer, sourceFormat: ColorFormat = format, sourceType: ColorType = type, level: Int = 0)
Write to a single layer in the array texture
Properties
Link copied to clipboard
the filter to use when displaying at sizes larger than the original
the filter to use when displaying at sizes larger than the original
the filter to use when displaying at sizes larger than the original
Link copied to clipboard
the filter to use when displaying at sizes smaller than the original
the filter to use when displaying at sizes smaller than the original
the filter to use when displaying at sizes smaller than the original
Link copied to clipboard