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/WebGLUtils.d.ts>WebGLUtils

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

Constructors

new
WebGLUtils(
gl: WebGLRenderingContext | WebGL2RenderingContext,
extensions: any,
capabilities: any,
)

Methods

convert(p: any): void