Missing parameters file.
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / moo / RayTracingParams.h
1 #ifndef RAY_TRACING_COMMON
2 #define RAY_TRACING_COMMON
3
4 #define NB_SPHERES 2000
5
6
7 #define MEMORY_MODEL_GLOBAL 1
8 #define MEMORY_MODEL_CONSTANT 2
9 #define MEMORY_MODEL_SHARED 3
10
11 #define CURRENT_MEMORY_MODEL MEMORY_MODEL_CONSTANT
12
13 #endif