@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
8 lines • 369 B
TypeScript
/**
* Allows copying data from one sampler to another with unequal number of channels (a.itemSize !== b.itemSize)
* @example convert RGBA to RGB or R to RGB
* @param {Sampler2D} source
* @param {Sampler2D} destination
*/
export function sampler2d_transfer_data(source: Sampler2D, destination: Sampler2D): void;
//# sourceMappingURL=sampler2d_transfer_data.d.ts.map