bluenoise-raytracer/ray_tracing__before
2020-12-15 09:07:23 +01:00
..
shaders Fixing image leak and computeDiffuse in Wavefront shading 2020-07-09 11:30:10 +02:00
CMakeLists.txt Adding more project #defines 2020-11-24 16:26:50 +01:00
hello_vulkan.cpp Adding barriers to updateUniformBuffer 2020-12-15 09:07:23 +01:00
hello_vulkan.h Improving updateUniformBuffer and search paths 2020-11-24 16:31:21 +01:00
main.cpp Improving updateUniformBuffer and search paths 2020-11-24 16:31:21 +01:00
README.md Fixing many links issues. 2020-03-31 18:35:37 +02: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