pygfx / pyshader

Write modern GPU shaders in Python!
BSD 2-Clause "Simplified" License
73 stars 1 forks source link

Make Python compiler work consistent #6

Closed almarklein closed 4 years ago

almarklein commented 4 years ago

CI is ready to test this. Now for some tests and fixes.

almarklein commented 4 years ago

Fixed in #12. A mechanism was added to verify that the same (internal) bytecode and the same SpirV is generated from the same input code, on all platforms.