mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
possibly loaded 3d array to device?
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
#include <string>
|
||||
|
||||
std::vector<float> readData(std::string path, std::string variableName);
|
||||
struct cudaArray* loadDataToDevice(std::string path, std::string variableName);
|
||||
|
||||
#endif //DATAREADER_H
|
||||
|
||||
Reference in New Issue
Block a user