ColorBufferWebGL
class ColorBufferWebGL(val context: WebGL2RenderingContext, val target: Int, val texture: WebGLTexture, val width: Int, val height: Int, val contentScale: Double, val format: ColorFormat, val type: ColorType, val levels: Int, val multisample: BufferMultisample, val session: Session?) : ColorBuffer(source)
Constructors
Link copied to clipboard
constructor(context: WebGL2RenderingContext, target: Int, texture: WebGLTexture, width: Int, height: Int, contentScale: Double, format: ColorFormat, type: ColorType, levels: Int, multisample: BufferMultisample, session: Session?)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun copyTo(target: ColorBuffer, fromLevel: Int, toLevel: Int, filter: MagnifyingFilter)
open override fun copyTo(target: ColorBuffer, fromLevel: Int, toLevel: Int, sourceRectangle: IntRectangle, targetRectangle: IntRectangle, filter: MagnifyingFilter)
Link copied to clipboard
Link copied to clipboard