1500c43f736987faa17b58e34954a718cb4b35da
[GPU.git] / WCudaMSE / Student_Cuda_Image / src / cpp / core / 04_RayTracing / moo / device / RayTracingDevice.h
1 #ifndef RAY_TRACING_DEVICE_H
2 #define RAY_TRACING_DEVICE_H
3
4 __global__
5 void rayTracing(uchar4* ptrDevPixels, int w, int h, float t);
6
7 #endif