X-Git-Url: http://git.euphorik.ch/?p=GPU.git;a=blobdiff_plain;f=WCudaMSE%2FStudent_Cuda_Image%2Fsrc%2Fcpp%2Fcore%2F04_RayTracing%2Fprovider%2FRayTracingProvider.h;h=c4e560f87b78b6df0dc510d0a2d8c1ef8bf69585;hp=f78ffc50a683d3a5f79f1d32271bd3e8ff07e517;hb=f2c6a4fc79746e2d5c6678699bd2ca93ffc49bcc;hpb=ebdad7dc732d4742d09fd72d312175cb07d27a59 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 index f78ffc5..c4e560f 100644 --- 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 @@ -2,13 +2,13 @@ #define RAYTRACING_PROVIDER_H #include "RayTracing.h" -#include "ImageFonctionel.h" +#include "Image.h" class RayTracingProvider { public: static RayTracing* create(); - static ImageFonctionel* createGL(); + static Image* createGL(); }; #endif