KStocky / ShaderTestFramework

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

GENERATE macro #30

Open KStocky opened 5 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. It would be cool if we could support Catch2's GENERATE macro. It would add more utility to the framework and provide more expressive tests

Describe the solution you'd like We should be able to support single value GENERATE with what we have now. But we could improve it with a tuple implementation from closing #27 (HLSL Tuple)