Skip to content

Commit

Permalink
refactor: remove OutputToHMDNode and usage (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Jul 9, 2023
1 parent 32df295 commit 7320425
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,6 @@ private void addOutputNodes(RenderGraph renderGraph) {
// tintNode.connectFbo(1, finalPostProcessingNode.getOutputFboConnection(1));
// renderGraph.addNode(tintNode);

Node outputToVRFrameBufferNode = new OutputToHMDNode("outputToVRFrameBufferNode", providingModule, context);
renderGraph.addNode(outputToVRFrameBufferNode);

// renderGraph.connect(finalPostProcessingNode, outputToVRFrameBufferNode);

Node outputToScreenNode = new OutputToScreenNode("outputToScreenNode", providingModule, context);
renderGraph.connectBufferPair(finalPostProcessingNode, 1, outputToScreenNode, 1);
renderGraph.connectFbo(finalPostProcessingNode, 1, outputToScreenNode, 1);
Expand Down

This file was deleted.

0 comments on commit 7320425

Please sign in to comment.