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

Once our framework is able to load shaders from SPIR-V well start adding HLSL versions of the GLSL shaders. I will work on porting the shaders for my samples and...

hlsl

Correctly utilizing transfer queue to copy texture/memeory is hard. A simple sample would be really helpful. If it is too costly to rework the framework, a seperate sample like `hello_triangle`...

sample request

## Description This change builds on https://github.com/KhronosGroup/Vulkan-Samples/pull/613 which adds a sample demonstrating safe recycling of present semaphores and efficient swapchain recreation. This change takes advantage of VK_EXT_swapchain_maintenance1 to perform the...

## Description Includes - slightly improved `struct [HPP]Meshlet` in `[hpp_]api_vulkan_sample.h`; - additional facade-functions in `common/hpp_utils.h`; - a new function `is_image_format_supported` in `HPPPhysicalDevice`, that catches the exception thrown on not supported...

## Description With a couple of samples (at least `afbc`, `command_buffer_usage`, and `[hpp_]pipeline_cache`), you get this validation layer warning: `Validation Performance Warning: [ UNASSIGNED-BestPractices-vkCreateFramebuffer-attachment-should-not-be-transient ] | MessageID = 0xc80d9cbd |...

## Description This is a proposal how we could unify the C- and the C++-bindings of Vulkan in the framework classes: Replace the two classes HPPFoo and Foo by one...

While working on testing calibrated timestamps I came across the timestamps example and on code review spotted a inconsistency in the code vs the specs for the VK_EXT_calibrated_timestamps docs. The...

bug

## Description The resource cache is an easy to use area of the framework to lazily create resources. The resource cache is also one of the hardest to understand when...

The terrain tessellations sample displays statistics using a pipeline statistics query: ![image](https://user-images.githubusercontent.com/10283127/233646771-6d2e3f94-4cf4-47e5-9283-101c2ff2926f.png) The HPP version of that sample does the same, but displays wrong values: ![image](https://user-images.githubusercontent.com/10283127/233646850-a337b875-3046-4e46-af61-328511399fe2.png) When debugging, I can...

bug

I am currently working on a Performance/Extension sample for VK_EXT_image_compression_control, the plan is that it will illustrate: * How to query for fixed rate compression support * How to enable...

sample request