KStocky / ShaderTestFramework

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

Better tests for ttl::container_wrapper<T[N]> #57

Open KStocky opened 4 months ago

KStocky commented 4 months ago

Is your feature request related to a problem? Please describe. We only have tests that test this class for when T is an int.

Describe the solution you'd like We should have tests that make sure it works for any arbitrary struct