bluenoise-raytracer/ray_tracing__simple
2020-11-23 11:33:51 +01:00
..
files New version of the samples and tutorials based on KHR_ray_tracing 2020-03-31 17:51:08 +02:00
shaders Fixing image leak and computeDiffuse in Wavefront shading 2020-07-09 11:30:10 +02:00
CMakeLists.txt Using final KHR ray tracing extension: VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query 2020-11-23 11:33:51 +01:00
hello_vulkan.cpp Using final KHR ray tracing extension: VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query 2020-11-23 11:33:51 +01:00
hello_vulkan.h Using final KHR ray tracing extension: VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query 2020-11-23 11:33:51 +01:00
main.cpp Using final KHR ray tracing extension: VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query 2020-11-23 11:33:51 +01:00
README.md Fixing many links issues. 2020-03-31 18:35:37 +02: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