Turn on multithreaded vulkan

This commit is contained in:
Henrik Rydgård 2017-11-05 21:22:29 +01:00
parent 9e35144b96
commit f16d11a43b

View file

@ -12,7 +12,7 @@
#endif #endif
// TODO: Using a thread here is unfinished and does not work correctly. // TODO: Using a thread here is unfinished and does not work correctly.
const bool useThread = false; const bool useThread = true;
#ifndef UINT64_MAX #ifndef UINT64_MAX
#define UINT64_MAX 0xFFFFFFFFFFFFFFFFULL #define UINT64_MAX 0xFFFFFFFFFFFFFFFFULL