KStocky / ShaderTestFramework

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

Upgrade to 1.0.9 WARP #22

Closed KStocky closed 5 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. The 1.0.8 WARP that we are currently on, has a bug in it which doesn't zero static memory on initialization. We are currently working around that by initializing all static memory to 0 explicitly.

Describe the solution you'd like Simply upgrade to 1.0.9 by specifying that version in the cmake file