fix spacebar bug, fix ios depth buffer error, parallelize raytracing

This commit is contained in:
2019-01-12 18:01:23 +01:00
parent d5b5946b3d
commit e95421c2ed
4 changed files with 13 additions and 2 deletions

View File

@@ -66,6 +66,7 @@
#include <shlobj.h>
#include <shlwapi.h>
#include <openvr.h>
#include <ppl.h>
#define SHADER_VERSION "#version 150\n"
#define PP_OS "win"