KStocky / ShaderTestFramework

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

Reorganise and add to docs. #80

Closed KStocky closed 4 months ago

KStocky commented 4 months ago

Complete overhaul of the documentation structure. Added docs on macros, type traits, and concepts Improved implementations of ttl::size_of and ttl::align_of Added type trait for is_base_of Renamed is_enum to is_or_has_enum to better reflect its behaviour

closes #45