@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 306 B
TypeScript
export default sampler2d_to_texture;
/**
*
* @param {Sampler2D} sampler
* @return {DataTexture}
*/
declare function sampler2d_to_texture(sampler: Sampler2D): DataTexture;
import { Sampler2D } from "./Sampler2D.js";
import { DataTexture } from 'three';
//# sourceMappingURL=sampler2d_to_texture.d.ts.map