bluenoise-raytracer/ray_tracing__simple
2021-03-18 15:00:48 -07:00
..
files New version of the samples and tutorials based on KHR_ray_tracing 2020-03-31 17:51:08 +02:00
shaders Renaming to instanceCustomId 2020-11-30 18:05:13 +01: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 the result of the ray tracing tutorial. The tutorial is adding ray tracing capability to an OBJ rasterizer in Vulkan

If you haven't done it, Start Ray Tracing Tutorial.

resultRaytraceShadowMedieval

Going Further

Once the tutorial completed and the basics of ray tracing are in place, other tuturials are going further from this code base.

See all other additional ray tracing tutorials