Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

One stop solution for all Vulkan samples

Results 275 Vulkan-Samples issues
Sort by recently updated
recently updated
newest added

The readme incorrectly has the option "-es" in the Android cmdline, for launching the app to invoke a specific sample. It should be either -e or --es. -es does not...

A new sample should be added that shows how to use timestamp queries, that can be used to fetch execution times for given shader stages / workloads from the GPU.

## Description The current default version of the validation layers have a bug that prints an incorrect error message in a new sample I am working on. This change updates...

## Description Update the HWCPipe submodule to use the latest 2.0 release. This adds support for many more GPU counters over a wider range of Arm devices. It cannot be...

## Description #672 disabled the click/tap gesture to hide the UI. On smaller screens, particularly when more than 2 lanes of stats are enabled (in Performance samples), the UI takes...

## Description Batch mode is extremely useful for testing a change hasn't impacted the behavior of any samples (say, but crashing or producing a black screen). However, if there are...

## Description This PR adds a new sample that shows how to replace render passes + multiple sub passes with dynamic rendering and the new `VK_KHR_dynamic_rendering_local_read` extension. The sample contains...

sample

## Description I went through all of the outstanding issues with regards to the samples documentation generated for https://docs.vulkan.org and hopefully fixed all open problems with this PR. Aside from...

documentation

## Description The command buffer was being implicitly reset, but wasn't resettable. ## General Checklist: Please ensure the following points are checked: - [x] My code follows the [coding style](https://github.com/KhronosGroup/Vulkan-Samples/tree/main/CONTRIBUTING.adoc#Code-Style)...

validation

## Description Most of the samples, and parts of the framework, just build samplers using linear filtering and mipmap-modes. This is only guaranteed to be supported for a handful of...

validation