@pmndrs/uikit
Version:
Build performant 3D user interfaces with Three.js and yoga.
4 lines (3 loc) • 310 B
TypeScript
import type { WebGLProgramParametersWithUniforms } from 'three';
export declare function compilePanelDepthMaterial(parameters: WebGLProgramParametersWithUniforms, instanced: boolean): void;
export declare function compilePanelMaterial(parameters: WebGLProgramParametersWithUniforms, instanced: boolean): void;