@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 399 B
TypeScript
/**
* Copy single channel from one sampler to another
* @param {Sampler2D} source
* @param {number} source_channel
* @param {Sampler2D} destination
* @param {number} destination_channel
*/
export function sampler2d_copy_channel_data(source: Sampler2D, source_channel: number, destination: Sampler2D, destination_channel: number): void;
//# sourceMappingURL=sampler2d_copy_channel_data.d.ts.map