Traverse-Research / rspirv-reflect

🦀 Minimal SPIR-V reflection library.
https://traverseresearch.nl
Apache License 2.0
41 stars 10 forks source link

Fix storage buffer detection in SPIR-V 1.3 #13

Closed hrydgard closed 3 years ago

hrydgard commented 3 years ago

It's kind of an awkward intermediate version that supports both BufferBlock annotation and storage classes, so support both.

Also implement Debug for DescriptorType to get better debug output when logging out what happened.