Add sample RayTracing. (#361)

This commit is contained in:
Andreas Süßenbach
2019-07-25 13:52:09 +02:00
committed by Markus Tavenrath
parent d5d4f3457b
commit ecfaf9a0df
11 changed files with 1709 additions and 32 deletions

View File

@@ -79,6 +79,7 @@ target_include_directories(VulkanHppGenerator PRIVATE "${CMAKE_SOURCE_DIR}/tinyx
option (SAMPLES_BUILD OFF)
if (SAMPLES_BUILD)
add_subdirectory(glfw)
add_subdirectory(glslang)
add_subdirectory(samples)
endif (SAMPLES_BUILD)