KStocky / ShaderTestFramework

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

Better static assert #68

Closed KStocky closed 2 months ago

KStocky commented 2 months ago

Upgrading STATIC_ASSERT to wrap _Static_assert instead of using the old method of forcing a compilation error. Also, updated the docs to reflect this.

closes #63 closes #67