Open tuxerr opened 1 week ago
Thanks for the reminder! I think I completely forgot to submit this after contributing to and testing with the latest rspirv
release. Fixes should be pushed at #33, please test it out briefly before we make a new release :crossed_fingers:
This is exactly the code I tested locally (update to 0.12 and change the ints to bits) so I can confirm this works for me! :) thank you for the extremely rapid response!!!
Hi :) Using rspirv-reflect I'm unable to generate a reflection, executing:
returns an SourceLanguageUnknown error. I'm using pretty new functionality (mesh shaders, buffer device address and pointers). Using cargo patch to manually update rspirv-reflect to rspirv version 0.12 from 0.11, it works (I just needed to change
to
). Is that something you'd consider either doing and updating on crates.io, or would consider accepting as a PR if I submit it?
Thank you :)