Missing parameters file.
[GPU.git] / core / 06_Convolution / moo / device / ConvolutionDevice.h
1 #ifndef CONVOLUTION_DEVICE_H
2 #define CONVOLUTION_DEVICE_H
3
4 __global__
5 void convolution(uchar4* ptrDevPixels, int w, int h, float t);
6
7 #endif