Files
Nitro_Render_V3/packages/utils/src/GetTexturePool.ts
T
2024-04-03 09:27:56 +02:00

6 lines
135 B
TypeScript

import { TexturePool } from './TexturePool';
const texturePool = new TexturePool();
export const GetTexturePool = () => texturePool;