evotars
Version:
Show animated characters on stream
17 lines (16 loc) • 327 B
JavaScript
import { U as e } from "./colorToUniform-BEK5qDau.js";
const i = {};
function a(r) {
let o = i[r];
if (o)
return o;
const n = new Int32Array(r);
for (let t = 0; t < r; t++)
n[t] = t;
return o = i[r] = new e({
uTextures: { value: n, type: "i32", size: r }
}, { isStatic: !0 }), o;
}
export {
a as g
};