import { GPU } from 'gpu.js'; import { GraphDimensions } from '../types/RealRendererTypes'; /** * @param gpu GPU.js instance * @param dimensions Dimensions of Graph */ export declare function getCloneTextureKernel(gpu: GPU, dimensions: GraphDimensions): ((graphPixels: import("gpu.js").ThreadKernelVariable) => void | import("gpu.js").Texture | any[] | any[][] | any[][][]) & import("gpu.js").IKernelRunShortcutBase;