Skip to content

Commit 8dfe6b1

Browse files
committed
Move OpenVR plugin to rpcpp_plugin project
1 parent 46ffd33 commit 8dfe6b1

File tree

9 files changed

+0
-875
lines changed

9 files changed

+0
-875
lines changed

src/rpplugins/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ set(render_pipeline_PLUGINS "ao" "bloom" "clouds" "color_correction" "dof" "forw
1212
"ssr" "vxgi"
1313
)
1414

15-
# optional plugin
16-
option(render_pipeline_PLUGIN_BUILD_OPENVR "Build OpenVR Plugin" OFF)
17-
if(render_pipeline_PLUGIN_BUILD_OPENVR)
18-
list(APPEND render_pipeline_PLUGINS "openvr")
19-
endif()
20-
2115
# subdirectory
2216
foreach(plugin_id ${render_pipeline_PLUGINS})
2317
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/${plugin_id}")

src/rpplugins/openvr/CMakeLists.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/rpplugins/openvr/cmake/FindOpenVR.cmake

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/rpplugins/openvr/config.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/rpplugins/openvr/include/openvr_plugin.hpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/rpplugins/openvr/shader/openvr_render.frag.glsl

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)