Spaces:
Running
Running
File size: 131 Bytes
263e0f2 |
1 2 3 4 5 |
export namespace UniformsUtils {
export function merge(uniforms: any[]): any;
export function clone(uniforms_src: any): any;
}
|