Début du TP convolution. Pour l'instant uniquement lecture d'une vidéo.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / moo / device / RayTracingDevice.h
index 5e4487d..1500c43 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef RAY_TRACING_DEVICE_H
 #define RAY_TRACING_DEVICE_H
 
-#include "DomaineMath.h"
-
 __global__
 void rayTracing(uchar4* ptrDevPixels, int w, int h, float t);