UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 321 B
/** * * @param {number[]|Float32Array} out * @param {Sampler2D} sampler * @param {Texture} texture * @param {number} u * @param {number} v */ export function sample_texture(out: number[] | Float32Array, sampler: Sampler2D, texture: Texture, u: number, v: number): void; //# sourceMappingURL=sample_texture.d.ts.map