UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 241 B
/** * * @param {Sampler2D} sampler * @returns {DataTexture} */ export function sampler2d_to_float32_texture(sampler: Sampler2D): DataTexture; import { DataTexture } from "three"; //# sourceMappingURL=sampler2d_to_float32_texture.d.ts.map