KhronosGroup / Vulkan-Samples

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

Add HLSL shaders #892

Closed SaschaWillems closed 5 months ago

SaschaWillems commented 9 months ago

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 probably some or most of he samples based on my api sample base class.

SaschaWillems commented 8 months ago

Quick note that with #733 now merged I started adding HLSL shaders to the first samples.

Note to myself: We should also add HLSL support to the sample documentation, maybe a small chapter on shader languages used with links to the HLSL chapters in the guide.