Add preliminary support for VR/OpenVR for HTC Vive and Oculus Rift,

(Windows-only first, later Linux and OSX)
Use premake to build, use --enable_openvr flag
This commit is contained in:
erwin coumans
2016-06-30 16:03:38 -07:00
parent eae90eb201
commit 58206b7962
27 changed files with 26764 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ public:
}
virtual void clearZBuffer();
virtual void setRenderFrameBuffer(unsigned int renderFrameBuffer);
};
#endif //GL_INSTANCING_RENDERER_H