Correction de probl?me de compilation li? a RayTracing.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / moo / device / RayTracingDevice.h
index 47e93ae..5e4487d 100644 (file)
@@ -4,6 +4,6 @@
 #include "DomaineMath.h"
 
 __global__
-void rayTracing(uchar4* ptrDevPixels, int w, int h, DomaineMath domaineMath, float t);
+void rayTracing(uchar4* ptrDevPixels, int w, int h, float t);
 
 #endif