Vulkan-Samples
Vulkan-Samples copied to clipboard
One stop solution for all Vulkan samples
Hi, I got "Could not create Vulkan instance" on my macbook pro when I run the hdr sample (other samples also got this error). Command line I used: /build/mac/app/bin/Release/x86_64/vulkan_samples sample...
## Description Use as precompiled header with all the hpp-based samples and the framework, expecting build times to be reduced. Tested on Windows 11. ## General Checklist: Please ensure the...
## Description Introduces a new Vulkan-Hpp-based sample, which is a transcoded version of the hlsl_shaders sample. Build tested on Windows with NVIDIA GPU. ## General Checklist: Please ensure the following...
## Description Rather than just taking the first plane of the first display we now gather a list of valid candidates and pick the best fit. An additional display 'FullscreenStretch'...
## 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...
C:\..\Vulkan-Samples\build\android_gradle>gradle assembleDebug FAILURE: Build failed with an exception. * Where: Build file 'C:\..\Vulkan-Samples\build\android_gradle\app\build.gradle' line: 56 * What went wrong: A problem occurred evaluating project ':app'. > NDK is not installed...
## Description Recent validation layers added additional validation for the graphics pipeline library, and the sample for this extension now triggers a validation message due to a missing flag. This...
## Description Adds Headless and GLFW windows back to the project. Events are forwarded though the Event Bus interface. No need to pass Platform anymore as the Event Bus acts...
#400 has been merged to solve immediate issues with the project @MattGuerrette suggested the following > Unfortunately this will not solve situations where the application will lose focus explicitly on...
We should decide on an exception type which makes sense for all platforms. I think __FILE__ out of box provides paths that are way to long and dirty the log....