Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/renderers/webgl/WebGLBindingStates.d.ts>WebGLBindingStates

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class WebGLBindingStates
import { WebGLBindingStates } from "https://deno.land/x/threejs_4_deno@v121/src/renderers/webgl/WebGLBindingStates.d.ts";

Constructors

new
WebGLBindingStates(
gl: WebGLRenderingContext,
extensions: WebGLExtensions,
attributes: WebGLAttributes,
capabilities: WebGLCapabilities,
)

Methods

dispose(): void
enableAttribute(attribute: number): void
reset(): void
setup(
object: Object3D,
material: Material,
program: WebGLProgram,
geometry: BufferGeometry,
): void