UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 281 B
/** * * @param {Texture} texture * @return {number} */ export function computeTextureByteSize(texture: Texture): number; export function loadStandardImageTexture(path: any, success: any, failure: any, progress: any): void; //# sourceMappingURL=loadStandardImageTexture.d.ts.map