summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tinyexr.cc
blob: c23ec679efabf0984f7f084714440c852cf5e089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
* @file tinyexr.cc
* @brief An implementation object file for tinyexr mandated by the repository.
*
* On Windows, use vcpkg to install zlib instead of nuget. On Linux, this should work naturally
*/

#include <zlib.h>

#define TINYEXR_IMPLEMENTATION
#define TINYEXR_USE_MINIZ 0
#define TINYEXR_USE_THREAD 1

#include "cudareflect/tinyexr/tinyexr.h"