UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 286 B
/** * * @param {BinaryDataType} dt * @returns {number} */ export function computeThreeTextureTypeFromDataType(dt: BinaryDataType): number; import { BinaryDataType } from "../../../core/binary/type/BinaryDataType.js"; //# sourceMappingURL=computeThreeTextureTypeFromDataType.d.ts.map