Vulkan-Guide
Vulkan-Guide copied to clipboard
One stop shop for getting started with the Vulkan API
Fixes a broken URL.
`VkPhysicalDeviceFeatures` has the `textureCompressionBC`, `textureCompressionETC2`, and `textureCompressionASTC_LDR` feature flags, giving us information about the relevant formats and whether they are supported with optimal tiling. There's also many more extensions and...
During one of our documentation/tutorial related calls we talked about having a document on how to do "modern" Vulkan. A lot has changed since 2016, and with recent extensions like...
as stated in #157 it would be nice to either 1. Add CI to check no warnings are generated when building the guide 2. host the guide.html file somewhere automatically...
We recently noticed that there's no guide entry for this extension - however there is a Khronos blog post here: https://www.khronos.org/blog/khronos-vulkan-working-group-releases-shading-rate-extension-to-increase-rendering-performance-and-quality Would be good if an entry could be added;...
Looking at the list of topics, it seems there is room for a short page on renderpasses. Nothing extravagant, just a "heres what, why, when, and links to detailed descriptions"...