mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
initial implementation of VR
This commit is contained in:
@@ -293,6 +293,10 @@ EX void setGLProjection(color_t col IS(backcolor)) {
|
||||
|
||||
glClearColor(part(col, 2) / 255.0, part(col, 1) / 255.0, part(col, 0) / 255.0, 1);
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
#if CAP_VR
|
||||
vrhr::clear();
|
||||
#endif
|
||||
|
||||
GLERR("setGLProjection #1");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user