ColorBufferGL3

class ColorBufferGL3(val target: Int, val texture: Int, val width: Int, val height: Int, val contentScale: Double, val format: ERROR CLASS: Symbol not found for ColorFormat, val type: ERROR CLASS: Symbol not found for ColorType, val levels: Int, val multisample: ERROR CLASS: Symbol not found for BufferMultisample, val session: ERROR CLASS: Symbol not found for Session??) : <ERROR CLASS> ERROR CLASS: Symbol not found for ColorBuffer(source)

Constructors

Link copied to clipboard
constructor(target: Int, texture: Int, width: Int, height: Int, contentScale: Double, format: ERROR CLASS: Symbol not found for ColorFormat, type: ERROR CLASS: Symbol not found for ColorType, levels: Int, multisample: ERROR CLASS: Symbol not found for BufferMultisample, session: ERROR CLASS: Symbol not found for Session??)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override var anisotropy: Double
Link copied to clipboard
open override val contentScale: Double
Link copied to clipboard
open override var filterMag: ERROR CLASS: Symbol not found for MagnifyingFilter
Link copied to clipboard
open override var filterMin: ERROR CLASS: Symbol not found for MinifyingFilter
Link copied to clipboard
open override var flipV: Boolean
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 multisample: ERROR CLASS: Symbol not found for BufferMultisample
Link copied to clipboard
var realShadow: ERROR CLASS: Symbol not found for ColorBufferShadow??
Link copied to clipboard
open override val session: ERROR CLASS: Symbol not found for Session??
Link copied to clipboard
open override val shadow: ERROR CLASS: Symbol not found for ColorBufferShadow
Link copied to clipboard
val target: Int
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
Link copied to clipboard
open override var wrapU: ERROR CLASS: Symbol not found for WrapMode
Link copied to clipboard
open override var wrapV: ERROR CLASS: Symbol not found for WrapMode

Functions

Link copied to clipboard
fun <T> bound(f: ColorBufferGL3.() -> T): T
Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun copyTo(target: ERROR CLASS: Symbol not found for ArrayTexture, layer: Int, fromLevel: Int, toLevel: Int)
open override fun copyTo(target: ERROR CLASS: Symbol not found for ColorBuffer, fromLevel: Int, toLevel: Int, filter: ERROR CLASS: Symbol not found for MagnifyingFilter)
open override fun copyTo(target: ERROR CLASS: Symbol not found for ColorBuffer, fromLevel: Int, toLevel: Int, sourceRectangle: ERROR CLASS: Symbol not found for IntRectangle, targetRectangle: ERROR CLASS: Symbol not found for IntRectangle, filter: ERROR CLASS: Symbol not found for MagnifyingFilter)
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
Link copied to clipboard
open override fun fill(color: ERROR CLASS: Symbol not found for ColorRGBa, level: Int)
Link copied to clipboard
open override fun filter(filterMin: ERROR CLASS: Symbol not found for MinifyingFilter, filterMag: ERROR CLASS: Symbol not found for MagnifyingFilter)
Link copied to clipboard
open override fun generateMipmaps()
Link copied to clipboard
open override fun read(targetBuffer: 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 saveToFile(file: File, imageFileFormat: ERROR CLASS: Symbol not found for ImageFileFormat, async: Boolean)
open override fun saveToFile(file: File, async: Boolean, configuration: ERROR CLASS: Symbol not found for ImageSaveConfiguration)
Link copied to clipboard
open override fun toDataUrl(imageFileFormat: ERROR CLASS: Symbol not found for ImageFileFormat): String
Link copied to clipboard
fun toImageData(): ERROR CLASS: Symbol not found for ImageData
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun write(sourceBuffer: ByteBuffer, sourceFormat: ERROR CLASS: Symbol not found for ColorFormat, sourceType: ERROR CLASS: Symbol not found for ColorType, level: Int)
open override fun write(sourceBuffer: ERROR CLASS: Symbol not found for MPPBuffer, sourceFormat: ERROR CLASS: Symbol not found for ColorFormat, sourceType: ERROR CLASS: Symbol not found for ColorType, x: Int, y: Int, width: Int, height: Int, level: Int)