Steven Winston
Steven Winston
## Description Attempt to make the Framework requirement of enabling the Portability extension if on an OSX device and running Vulkan greater than or equal to 1.3 (when the Portability...
## Description This is an ongoing effort to switch from static to shared libraries with the goal to decrease the memory requirements on linking and also decrease the build time...
## Description This fixes the remaining issues in the newly accepted/merged VK_EXT_shader_object PR.
WIP: Please consider this WIP making PR in order to be able to work on the CI. ## Description Add support for iOS Fixes #627 ## General Checklist: Please ensure...
This allows other tooling such as CLion to work with building this project. It also allows for building with XCode directly. It should make maintaining the project easier in the...
This is a WIP to provide support to get Transform Feedback into MoltenVk CMake build capability is an experiment at this time and currently only supports macOS builds.
python parallel test updates.
## Description This is just a quick little thing to help @SaschaWillems out. Fixes #937 ## General Checklist: Please ensure the following points are checked: - [ ] My code...
## Description This adds building the antora documentation to the CI for Vulkan Samples. This way we can capture any problems with the future changes to tutorials that are automatically...
Fix the build for hlsl in ray tracing samples. They require SPV_KHR_ray_query extension be set in order to build.