VolumeTextureGL3
class VolumeTextureGL3(val texture: Int, val storageMode: TextureStorageModeGL, val width: Int, val height: Int, val depth: Int, val format: ColorFormat, val type: ColorType, val levels: Int, val session: Session?) : VolumeTexture(source)
Constructors
Link copied to clipboard
constructor(texture: Int, storageMode: TextureStorageModeGL, width: Int, height: Int, depth: Int, format: ColorFormat, type: ColorType, levels: Int, session: Session?)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun read(target: ByteBuffer, targetFormat: ColorFormat, targetType: ColorType, level: Int)
open override fun read(layer: Int, target: ByteBuffer, targetFormat: ColorFormat, targetType: ColorType, level: Int)
Link copied to clipboard
open override fun write(source: ByteBuffer, sourceFormat: ColorFormat, sourceType: ColorType, level: Int)
open override fun write(layer: Int, source: ByteBuffer, sourceFormat: ColorFormat, sourceType: ColorType, level: Int)