add openvr support, switch to 8.1 sdk, prepare for vr ui
This commit is contained in:
@@ -179,10 +179,3 @@ size_t curl_data_write(void *ptr, size_t size, size_t nmemb, FILE *stream)
|
||||
size_t written = fwrite(ptr, size, nmemb, stream);
|
||||
return written;
|
||||
}
|
||||
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define GL(stmt) stmt; CheckOpenGLError(#stmt, __FILE__, __LINE__);
|
||||
#else
|
||||
#define GL(stmt) stmt
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user