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

This is a meta issue to keep track of adding Slang shaders to our sample. | Done | Sample | PR | Remark | | ------------------ | -- | --...

Slang

## Description This adds in the shader quad control sample. ## General Checklist: Please ensure the following points are checked: - [ ] My code follows the [coding style](https://github.com/KhronosGroup/Vulkan-Samples/tree/main/CONTRIBUTING.adoc#Code-Style) -...

I have a question on the descriptor indexing example. As far as I know, `DescriptorIndexing::render` is called every from to record commands on a command buffer and submit the buffer...

During initialization, some data collected from hwcpipe sets `HWCPipeStatsProvider::StatData::StatScaling` to `None`, This causes the output data to be the raw data polled each frame, rather than data scaled by delta...

bug

This script could also - add an entry in antora/modules/ROOT/nav.adoc - add an entry in samples/{category}/README.adoc, if possible with some error generating code, or asking the user for some text...

The Vulkan-Samples project currently assumes that MoltenVK will be the Vulkan driver for macOS and iOS. Going forward there will be two options available in the Vulkan SDK: MoltenVK (portability...

## Description Add a sample that shows how to use VK_KHR_shader_relaxed_extended_instruction and tutorial for it. Fixes # ## General Checklist: Please ensure the following points are checked: - [ ]...

Back when I started doing Vulkan samples, I did use vkQueueWaitIdle to "sync" frame presentation. That made it easier to write samples, but kills any chance of CPU/GPU parallelism like...

framework

## Description Introduce a new Vulkan sample demonstrating VK_KHR_pipeline_binary usage. It includes querying pipeline keys, capturing pipeline binaries, and managing them explicitly. The sample is accompanied by documentation, CMake lists,...

## Description Introduce a sample demonstrating the `VK_KHR_compute_shader_derivatives` extension. Includes new shader, CMake, and Vulkan application files showcasing the use of derivative instructions in compute shaders with quad-based derivative groups....