Sascha Willems
Sascha Willems
When running the multi draw indirect sample on Windows with an RTX 4070 and the latest SDK I get multiple validation errors at startup: ```[error] -1445605996 - VUID-VkBufferCreateInfo-sharingMode-00914: Validation Error:...
Running the subpasses sample throws dozens of validation errors for me at startup on Windows with an RTX 4070 using the latest SDK: ``` [error] 732146062 - VUID-vkCmdDraw-None-08114: Validation Error:...
## Description With PR #1057 test were removed from the repo/framework, but documentation wasn't adjusted. This PR removes all documentation to those no longer available tests. Note: Pure documentation fix....
## Description This PR updates the profiles sample. It updates the profiles library to a recent version and also replaces the no longer available LunarG profile with the official Khronos...
We need to update our android build setup and make sure it works with recent Android build tools and IDEs. Some recent issues suggest that this is no longer the...
I think we discussed this in one of our meetings, but wanted to write it down so we won't forget about it. Right now we use C++17, but updating to...
During a recent call we talked about libraries to help Vulkan developers with stuff not directly part of the api. This includes the platform specific windowing setup, audio and input....