Skip to content

Commit 8cffbab

Browse files
committed
not for real, not with steamVR as default...
1 parent 2b97efb commit 8cffbab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/src/main/java/org/vivecraft/client_vr/provider/openxr/OpenXRStereoRenderer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void setupRenderConfiguration(boolean render) throws Exception {
7070
super.setupRenderConfiguration(render);
7171

7272
if (!render) {
73-
return;
73+
//return;
7474
}
7575
this.projectionLayerViews = XrCompositionLayerProjectionView.calloc(2);
7676
try (MemoryStack stack = MemoryStack.stackPush()){
@@ -125,7 +125,7 @@ public void endFrame() throws RenderConfigException {
125125
GL31.glBlitFramebuffer(0,0, getRightEyeTarget().viewWidth, getRightEyeTarget().viewHeight, 0,0, rightFramebuffers[swapIndex].viewWidth, rightFramebuffers[swapIndex].viewHeight, GL31.GL_STENCIL_BUFFER_BIT | GL31.GL_COLOR_BUFFER_BIT, GL31.GL_NEAREST);
126126

127127
try (MemoryStack stack = MemoryStack.stackPush()){
128-
if (this.openxr.shouldRender) {
128+
if (true) {
129129
PointerBuffer layers = stack.callocPointer(1);
130130
int error;
131131

0 commit comments

Comments
 (0)