Ray tracing (pas termine).
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / provider / RayTracingProvider.h
diff --git a/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/provider/RayTracingProvider.h b/WCudaMSE/Student_Cuda_Image/src/cpp/core/04_RayTracing/provider/RayTracingProvider.h
new file mode 100644 (file)
index 0000000..f78ffc5
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef RAYTRACING_PROVIDER_H
+#define RAYTRACING_PROVIDER_H
+
+#include "RayTracing.h"
+#include "ImageFonctionel.h"
+
+class RayTracingProvider
+    {
+    public:
+        static RayTracing* create();
+        static ImageFonctionel* createGL();
+    };
+
+#endif