Skip to content
Snippets Groups Projects
Name Last commit Last update
..
assets
src
.gitignore
CMakeLists.txt
README.md

RT ambient occlusion

An example project to show usage of hardware accelerated ray tracing with the VkCV framework

Screenshot

Details

The project utilizes multiple Vulkan extensions to make use of hardware accelerated ray tracing. Newer GPU architectures provide special hardware to allow the use of acceleration structures and ray tracing pipelines. This application uses those features to render an implementation of ambient occlusion in realtime.

Extensions

Here is a list of the used extensions: