Releases: kennyalive/vulkan-base
Releases · kennyalive/vulkan-base
vulkan-base 1.3
- Simplifications and code clean up
- Third party updates
- Remove ray tracing functionality from this project to keep it as "simple" as possible. Check https://github.com/kennyalive/vulkan-raytracing for ray tracing demo.
- Fight with entropy accumulated over the last few years
vulkan-base 1.2
RTX release.
- VK_NVX_raytracing support:
- raytraced rendering mode
- texture filtering using ray differentials
- antialiasing by tracing multiple rays per pixel
- Compute usage example to copy from render output image to swapchain.
- Push constants usage example to pass information about UI options.
vulkan-base 1.1
Just few days after the first release release.
- Dear ImGui integration.
- Fixed image stretching due to system scaling settings.
- Support for command line switches: --validation-layers, --debug-names.
vulkan-base 1.0
The first release.
Feel free to use this code if you need minimal Vulkan app for graphics experiments.