UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

11 lines (9 loc) 198 B
class TextureParser { load(url, callback, asset) { throw new Error('not implemented'); } open(url, data, device) { throw new Error('not implemented'); } } export { TextureParser };