Package-level declarations

Types

Link copied to clipboard
open class ArrayBuffer(length: Int) : BufferDataSource, JsAny

Exposes the JavaScript ArrayBuffer to Kotlin

Link copied to clipboard

Exposes the JavaScript ArrayBufferView to Kotlin

Link copied to clipboard
Link copied to clipboard
open class DataView(buffer: ArrayBuffer, byteOffset: Int, byteLength: Int) : ArrayBufferView, JsAny

Exposes the JavaScript DataView to Kotlin

Link copied to clipboard

Exposes the JavaScript Float32Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Float64Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Int16Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Int32Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Int8Array to Kotlin

Link copied to clipboard
interface TexImageSource
Link copied to clipboard

Exposes the JavaScript Uint16Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Uint32Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Uint8Array to Kotlin

Link copied to clipboard

Exposes the JavaScript Uint8ClampedArray to Kotlin

Link copied to clipboard
abstract class WebGLActiveInfo : JsAny

Exposes the JavaScript WebGLActiveInfo to Kotlin

Link copied to clipboard
abstract class WebGLBuffer : WebGLObject, JsAny

Exposes the JavaScript WebGLBuffer to Kotlin

Link copied to clipboard
Link copied to clipboard
open class WebGLContextEvent(type: String, eventInit: WebGLContextEventInit) : Event, JsAny

Exposes the JavaScript WebGLContextEvent to Kotlin

Link copied to clipboard
Link copied to clipboard

Exposes the JavaScript WebGLFramebuffer to Kotlin

Link copied to clipboard
abstract class WebGLObject : JsAny
Link copied to clipboard
abstract class WebGLProgram : WebGLObject, JsAny

Exposes the JavaScript WebGLProgram to Kotlin

Link copied to clipboard

Exposes the JavaScript WebGLRenderbuffer to Kotlin

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class WebGLShader : WebGLObject, JsAny

Exposes the JavaScript WebGLShader to Kotlin

Link copied to clipboard

Exposes the JavaScript WebGLShaderPrecisionFormat to Kotlin

Link copied to clipboard
abstract class WebGLTexture : WebGLObject, JsAny

Exposes the JavaScript WebGLTexture to Kotlin

Link copied to clipboard
abstract class WebGLUniformLocation : JsAny

Exposes the JavaScript WebGLUniformLocation to Kotlin