KStocky / ShaderTestFramework

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

Templated Stores #42

Closed KStocky closed 5 months ago

KStocky commented 5 months ago

RWByteAddressBuffer is able to serialize anything into a buffer. So if a type does have a byte writer we can still serialize the bytes. Also added type converters for all fundamental vector types. Closes #21