KStocky / ShaderTestFramework

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

Make use of C++14/17 features #87

Closed KStocky closed 1 month ago

KStocky commented 1 month ago

Silenced warnings about variable templates and static asserts without messages.

Made helper variable templates and aliases for all type traits.

Removed STATIC_ASSERT macro

Closes #78