Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / Tuto_Image_Cuda / src / cpp / core / 03_Event / moo / device / EventDevice.cu
diff --git a/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/03_Event/moo/device/EventDevice.cu b/WCudaMSE/Tuto_Image_Cuda/src/cpp/core/03_Event/moo/device/EventDevice.cu
new file mode 100755 (executable)
index 0000000..1a2ab50
--- /dev/null
@@ -0,0 +1,42 @@
+#include "Indice2D.h"\r
+#include "cudaTools.h"\r
+#include "Device.h"\r
+#include "DomaineMath.h"\r
+\r
+\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Declaration                                     *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+__global__ void event(uchar4* ptrDevPixels,int w, int h,DomaineMath domaineMath,float t);\r
+\r
+/*--------------------------------------*\\r
+ |*            Private                 *|\r
+ \*-------------------------------------*/\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Implementation                                  *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+__global__ void event(uchar4* ptrDevPixels,int w, int h,DomaineMath domaineMath,float t)\r
+    {\r
+   // rien pour cet example\r
+    }\r
+\r
+/*--------------------------------------*\\r
+ |*            Private                 *|\r
+ \*-------------------------------------*/\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r
+\r