pygfx / pyshader

Write modern GPU shaders in Python!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Python compiler work consistent

almarklein opened this issue · comments

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

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.