Traverse-Research / rspirv-reflect

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

Drop unused ShaderStageFlags #2

Closed MarijnS95 closed 4 years ago

MarijnS95 commented 4 years ago

These are used internally in our product but not filled with any helpful info by rspirv-reflect. Remove the field and associated type to prevent misleading information.