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