KStocky / ShaderTestFramework

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

Static assert #47

Closed KStocky closed 8 months ago

KStocky commented 8 months ago

This pull request is for adding:

  1. static asserts to the HLSL library
  2. compile time tests to the C++ test fixture.
  3. documentation around the above.

This pull request closes #26

KStocky commented 8 months ago

Had to merge without checks because of #36