KStocky / ShaderTestFramework

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

TypeConverter To ByteReader rework #58

Closed KStocky closed 7 months ago

KStocky commented 7 months ago

This pull request features the following:

  1. Reworking the old type converter system into the new byte reader system
  2. Provides documentation on Byte Readers
  3. Provides documentation on Byte Writers
  4. Provides documentation on Casters
  5. Provides documentation on container_wrapper
  6. Refactors github action to run when there is a pull request and the last commit is not a code change e.g. is a bit of documentation.

Fixes #43 Fixes #41 Fixes #28