KStocky / ShaderTestFramework

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

Write documentation for Byte Writers, Casters and Type Converters #28

Closed KStocky closed 4 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. We currently don't have documentation for Byte Writers, Casters and Type Converters and we would benefit from some examples and documentation on them

Describe the solution you'd like Write some examples and documentation to describe the use cases of these features. It should ideally be done after (#21 Use Templated Stores when a byte writer does not exist) has been completed.