VolumeTextureGL3

class VolumeTextureGL3(val texture: Int, val storageMode: TextureStorageModeGL, val width: Int, val height: Int, val depth: Int, val format: ERROR CLASS: Symbol not found for ColorFormat, val type: ERROR CLASS: Symbol not found for ColorType, val levels: Int, val session: ERROR CLASS: Symbol not found for Session??) : <ERROR CLASS> ERROR CLASS: Symbol not found for VolumeTexture(source)

Constructors

Link copied to clipboard
constructor(texture: Int, storageMode: TextureStorageModeGL, width: Int, height: Int, depth: Int, format: ERROR CLASS: Symbol not found for ColorFormat, type: ERROR CLASS: Symbol not found for ColorType, levels: Int, session: ERROR CLASS: Symbol not found for Session??)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val depth: Int
Link copied to clipboard
open override val format: ERROR CLASS: Symbol not found for ColorFormat
Link copied to clipboard
open override val height: Int
Link copied to clipboard
open override val levels: Int
Link copied to clipboard
open override val session: ERROR CLASS: Symbol not found for Session??
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: ERROR CLASS: Symbol not found for ColorType
Link copied to clipboard
open override val width: Int

Functions

Link copied to clipboard
open override fun bind(textureUnit: Int)
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun copyTo(target: ERROR CLASS: Symbol not found for ColorBuffer, layer: Int, fromLevel: Int, toLevel: Int)
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun fill(color: ERROR CLASS: Symbol not found for ColorRGBa)
Link copied to clipboard
open override fun filter(min: ERROR CLASS: Symbol not found for MinifyingFilter, mag: ERROR CLASS: Symbol not found for MagnifyingFilter)
Link copied to clipboard
open override fun generateMipmaps()
Link copied to clipboard
open override fun read(target: ByteBuffer, targetFormat: ERROR CLASS: Symbol not found for ColorFormat, targetType: ERROR CLASS: Symbol not found for ColorType, level: Int)
open override fun read(layer: Int, target: ByteBuffer, targetFormat: ERROR CLASS: Symbol not found for ColorFormat, targetType: ERROR CLASS: Symbol not found for ColorType, level: Int)
Link copied to clipboard
open override fun write(source: ByteBuffer, sourceFormat: ERROR CLASS: Symbol not found for ColorFormat, sourceType: ERROR CLASS: Symbol not found for ColorType, level: Int)
open override fun write(layer: Int, source: ByteBuffer, sourceFormat: ERROR CLASS: Symbol not found for ColorFormat, sourceType: ERROR CLASS: Symbol not found for ColorType, level: Int)