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.WebGLUniforms

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

Constructors

new
WebGLUniforms(gl: WebGLRenderingContext, program: WebGLProgram)

Methods

setOptional(
gl: WebGLRenderingContext,
object: any,
name: string,
): void
setValue(
gl: WebGLRenderingContext,
name: string,
value: any,
textures: WebGLTextures,
): void

Static Methods

seqWithValue(seq: any, values: any[]): any[]
upload(
gl: WebGLRenderingContext,
seq: any,
values: any[],
textures: WebGLTextures,
): void