@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 316 B
TypeScript
/**
*
* @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