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
// TODO: Using a thread here is unfinished and does not work correctly.
const bool useThread = false;
const bool useThread = true;
#ifndef UINT64_MAX
#define UINT64_MAX 0xFFFFFFFFFFFFFFFFULL