UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 316 B
/** * * @param {NumericType} type * @param {number} channel_count */ export function computeThreeTextureFormat(type: NumericType, channel_count: number): number | import("three").PixelFormat; import { NumericType } from "../../../core/math/NumericType.js"; //# sourceMappingURL=computeThreeTextureFormat.d.ts.map