bluenoise-raytracer/ray_tracing__before
2021-03-18 15:00:48 -07:00
..
shaders Fixing image leak and computeDiffuse in Wavefront shading 2020-07-09 11:30:10 +02:00
CMakeLists.txt Bulk update NvPro-Samples 03/18/21 2021-03-18 15:00:48 -07:00
hello_vulkan.cpp Bulk update NvPro-Samples 03/18/21 2021-03-18 15:00:48 -07:00
hello_vulkan.h Bulk update NvPro-Samples 03/18/21 2021-03-18 15:00:48 -07:00
main.cpp Bulk update NvPro-Samples 03/18/21 2021-03-18 15:00:48 -07:00
README.md Bulk update NvPro-Samples 03/18/21 2021-03-18 15:00:48 -07:00

NVIDIA Vulkan Ray Tracing Tutorial

This example is a simple OBJ viewer in Vulkan, without any ray tracing functionality. It is the starting point of the ray tracing tutorial, the source of the application in which ray tracing will be added.

Start Ray Tracing Tutorial

resultRaytraceShadowMedieval