UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 364 B
/** * * @param {Texture} texture * @param {number} [width] * @param {number} [height] * @param {boolean} [flipY] * @return {Sampler2D} */ export function convertTexture2Sampler2D(texture: Texture, width?: number, height?: number, flipY?: boolean): Sampler2D; import { Sampler2D } from "./Sampler2D.js"; //# sourceMappingURL=convertTexture2Sampler2D.d.ts.map