// parse and return the compressed texture
export function parsePKM(/*data, formats*/) {
    throw new Error("unsupported format");
}
Powered by webdoc!