KStocky / ShaderTestFramework

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

HLSL testing framework #13

Closed KStocky closed 10 months ago

KStocky commented 10 months ago

Supports asserts Supports casting struct objects to bool if they opt in to that. Supports checking for equality and inequality if struct objects have operator== and operator!= overloads. Supports Catch style sections and scenarios