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

## Description Demonstrate and provide a tutorial for using VK_EXT_layer_settings Fixes # ## General Checklist: Please ensure the following points are checked: - [ ] My code follows the [coding...

## Description If the calling process has redirected a standard handle (e.g. `vulkan_samples.exe sample msaa > out.log`), then reopening it will detach it from the file/pipe and connect it to...

This occurs with, and is brobably related to commit 47d9b80. Steps to reproduce: * Compile and link samples with gcc-15 with `-fsanitize=undefined` * Start any sample that is derived from...

I see two issues with [timestamp example](https://docs.vulkan.org/samples/latest/samples/api/timestamp_queries/README.html): 1. Support for timestamps is detected by comparing VkPhysicalDeviceLimits::timestampPeriod to zero. If it is zero, the device is considered to not support timestamps....

I'm inspecting the `vkCmdWriteTimestamp` example and I want to verify whether I'm either misunderstanding something or whether it's something about the sample. The text (and code) say the following: >...