~redstrate/structcompiler

231a924705b448b418246118413f5433aee74803 — Joshua Goins 1 year, 1 month ago 5ee18d8 master
Remove failing tests mention that don't even exist
1 files changed, 1 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +1 -2
@@ 1,6 1,5 @@
# structcompiler

This is the struct compiler described in my [blog post](https://redstrate.com/blog/2023/05/optimizing-and-sharing-shader-structures/).
It's quickly written, and meant as reference. The tests are failing, and the parsing is ugly - beware!
This is the struct compiler described in my [blog post](https://redstrate.com/blog/2023/05/optimizing-and-sharing-shader-structures/). This is directly taken from my engine tree.

This is licensed as MIT, so feel free to copy the bits you want.