Loading src/core/tnlCudaSupport.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #define TNLCUDASUPPORT_H_ template< class T > T* passToCudaDevice( const T& data ) T* tnlPassToCudaDevice( const T& data ) { #ifdef HAVE_CUDA T* cuda_data; Loading Loading
src/core/tnlCudaSupport.h +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ #define TNLCUDASUPPORT_H_ template< class T > T* passToCudaDevice( const T& data ) T* tnlPassToCudaDevice( const T& data ) { #ifdef HAVE_CUDA T* cuda_data; Loading