ArrayTexture
Constructors
Functions
Link copied to clipboard
expect abstract fun copyTo( layer: Int, target: ColorBuffer, fromLevel: Int = 0, toLevel: Int = 0)
Content copied to clipboard
expect abstract fun copyTo( layer: Int, target: ArrayTexture, targetLayer: Int, fromLevel: Int = 0, toLevel: Int = 0)
Content copied to clipboard
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
abstract fun write( layer: Int, buffer: ByteBuffer, sourceFormat: ColorFormat = format, sourceType: ColorType = type, level: Int = 0)
Content copied to clipboard
Write to a single layer in the array texture
Properties
Extensions
Link copied to clipboard
fun ArrayTexture.imageBinding(level: Int = 0, imageAccess: ImageAccess): ArrayTextureImageBinding
Content copied to clipboard