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

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

Constructors

new
WebGLTextures(
gl: WebGLRenderingContext,
extensions: WebGLExtensions,
state: WebGLState,
properties: WebGLProperties,
capabilities: WebGLCapabilities,
utils: WebGLUtils,
info: WebGLInfo,
)

Methods

safeSetTexture2D(texture: any, slot: number): void
safeSetTextureCube(texture: any, slot: number): void
setTexture2D(texture: any, slot: number): void
setTexture2DArray(texture: any, slot: number): void
setTexture3D(texture: any, slot: number): void
setTextureCube(texture: any, slot: number): void
setupRenderTarget(renderTarget: any): void
updateMultisampleRenderTarget(renderTarget: any): void
updateRenderTargetMipmap(renderTarget: any): void