KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Add sample for shader debug printf #926

Closed SaschaWillems closed 7 months ago

SaschaWillems commented 9 months ago

Having a sample to show how to use debug printf in shaders would be a nice addition for the tooling category of our samples. It's easy to implement and offers an opportunity for a nice tutorial, so it shouldn't be too much work. I'm already started working on it. This issue is meant to track progress and to avoid someone else doing duplicate work.