KhronosGroup / Vulkan-Guide

One stop shop for getting started with the Vulkan API
Creative Commons Attribution 4.0 International
1.96k stars 169 forks source link

Update HLSL code sample to latest DXC interface changes #187

Closed SaschaWillems closed 2 years ago

SaschaWillems commented 2 years ago

This PR updates the HLSL to SPIR-V shader compilation sample in the HLSL chapter. Recent changes in DXC's interface did change some interfaces, so the old code was no longer working with recent DXC releases e.g. includes in the Vulkan SDK.

Fixes #186