KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Hlsl202x #88

Closed KStocky closed 4 months ago

KStocky commented 4 months ago

Upgraded DXC to 1.8.2405.17 Updated to HLSL 202x Fixed all things that broke with this upgrade:

  1. Include path normalization
  2. conversion warnings

Made use of the fact that literals are no longer their own types Closes #85