Skip to content

Commit dff34ce

Browse files
committed
Moved vsgdepthpeeling example from examples/oit to examples/app to sit alongside other multipass technique examples
1 parent d625516 commit dff34ce

17 files changed

Lines changed: 1 addition & 4 deletions

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ add_subdirectory(examples/ui)
8989
add_subdirectory(examples/utils)
9090
add_subdirectory(examples/vk)
9191
add_subdirectory(examples/volume)
92-
add_subdirectory(examples/oit)
9392

9493
# VSG tests
9594
add_subdirectory(tests)

examples/app/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ add_subdirectory(vsgrenderoutline)
2323

2424
if (vsgXchange_FOUND)
2525
add_subdirectory(vsghelloworld)
26+
add_subdirectory(vsgdepthpeeling)
2627
endif()
File renamed without changes.

examples/oit/vsgdepthpeeling/depthpeeling/Bindings.cpp renamed to examples/app/vsgdepthpeeling/depthpeeling/Bindings.cpp

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/oit/vsgdepthpeeling/depthpeeling/PipelineConfigurator.cpp renamed to examples/app/vsgdepthpeeling/depthpeeling/PipelineConfigurator.cpp

File renamed without changes.

examples/oit/vsgdepthpeeling/depthpeeling/PipelineConfigurator.h renamed to examples/app/vsgdepthpeeling/depthpeeling/PipelineConfigurator.h

File renamed without changes.

examples/oit/vsgdepthpeeling/depthpeeling/RenderGraph.cpp renamed to examples/app/vsgdepthpeeling/depthpeeling/RenderGraph.cpp

File renamed without changes.

0 commit comments

Comments
 (0)