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

x/remapper/src/deps.ts>three.WebGLInfo

A framework for Beat Saber map scripting.
Go to Latest
class three.WebGLInfo
Re-export
import { three } from "https://deno.land/x/remapper@2.1.0/src/deps.ts";
const { WebGLInfo } = three;

An object with a series of statistical information about the graphics board memory and the rendering process.

Constructors

new
WebGLInfo(gl: WebGLRenderingContext)

Properties

autoReset: boolean
memory: { geometries: number; textures: number; }
programs: WebGLProgram[] | null
render: { calls: number; frame: number; lines: number; points: number; triangles: number; }

Methods

reset(): void
update(
count: number,
mode: number,
instanceCount: number,
): void