@loaders.gl/gltf
Version:
Framework-independent loader for the glTF format
7 lines • 317 B
TypeScript
import type { GLTF } from "../../types/gltf-json-schema.js";
export declare const name = "KHR_techniques_webgl";
export declare function decode(gltfData: {
json: GLTF;
}): Promise<void>;
export declare function encode(gltfData: any, options: any): Promise<void>;
//# sourceMappingURL=KHR_techniques_webgl.d.ts.map