Merge branch 'master' into feature/FastVolume

This commit is contained in:
Jonathas Costa
2019-12-08 14:51:00 -05:00
19 changed files with 761 additions and 32 deletions
@@ -118,6 +118,10 @@ struct WindowDelegate {
double (*getHorizFieldOfView)() = []() { return 0.0; };
void (*setHorizFieldOfView)(float hFovDeg) = [](float) { };
void* (*getNativeWindowHandle)(size_t windowIndex) = [](size_t) -> void* {
return nullptr;
};
using GLProcAddress = void(*)(void);