KStocky / ShaderTestFramework

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

RIP out explicit zeroing of static memory #29

Closed KStocky closed 5 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. We have to explicitly zero out memory due to a bug in WARP 1.0.8. However when we close #22 (upgrading to 1.0.9 WARP), we should be able to remove this workaround code

Describe the solution you'd like Simply remove the functions that zero out the memory and don't call them anymore