Fin du TP convolution. (Constant memory + Texture).
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 06_Convolution / ImageConvolutionCuda.h
index fb35821..ee9c8fe 100644 (file)
@@ -14,8 +14,6 @@ class ImageConvolutionCuda : public Image
 
     public:
         void fillImageGL(uchar4* ptrDevImageGL, int w, int h); // override
-        //void animationStep(bool& isNeedUpdateView); // override
-        //void paintPrimitives(Graphic2Ds& graphic2D); // override
 
     private:
         CaptureVideo* captureur;