WebGLBindingStates

@native @JSImport("three", "WebGLBindingStates") @JSType class WebGLBindingStates extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(gl: WebGLRenderingContext, extensions: WebGLExtensions, attributes: WebGLAttributes, capabilities: WebGLCapabilities)

Concrete methods

def dispose(): Unit
def enableAttribute(attribute: Double): Unit
def initAttributes(): Unit
def reset(): Unit
def resetDefaultState(): Unit
def setup(`object`: Object3D, material: Material, program: WebGLProgram, geometry: BufferGeometry, index: BufferAttribute): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object