Helper to construct the LUT-path from TEST_MEDIA_PATH
| 52 | |
| 53 | // Helper to construct the LUT-path from TEST_MEDIA_PATH |
| 54 | static std::string lutPath() |
| 55 | { |
| 56 | std::stringstream path; |
| 57 | path << TEST_MEDIA_PATH << "example-lut.cube"; |
| 58 | return path.str(); |
| 59 | } |
| 60 | |
| 61 | static std::string lut1dPath() |
| 62 | { |