UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 386 B
/** * * @param {ArrayLike<number>|number[]|Uint8Array} contents * @param {Signal} [cleanup_signal] can be called to dispose of the texture * @returns {DataTexture} */ export function makeOnePixelTexture(contents: ArrayLike<number> | number[] | Uint8Array, cleanup_signal?: Signal): DataTexture; import { DataTexture } from "three"; //# sourceMappingURL=makeOnePixelTexture.d.ts.map