Skip to content

Releases: kennyalive/vulkan-base

vulkan-base 1.3

05 Jan 21:46
598ed4b
Compare
Choose a tag to compare
  • 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

16 Nov 08:04
db1583a
Compare
Choose a tag to compare

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

08 Sep 21:19
52efeb4
Compare
Choose a tag to compare

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

07 Sep 07:40
Compare
Choose a tag to compare

The first release.

Feel free to use this code if you need minimal Vulkan app for graphics experiments.