KhronosGroup / SPIRV-Cross

SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Apache License 2.0
1.96k stars 549 forks source link

spriv-cross needs to support --version CLI argument #2262

Closed alecazam closed 5 months ago

alecazam commented 5 months ago

All the other spirv tools support this except spirv-cross. I found out the spriv-tools build of spriv-cross is from like 2021. So I'd like to dump all the versions of all the spriv tools for safe guarding against stale builds.

HansKristian-Work commented 5 months ago

This is already supported through the --revision CLI argument. --version is used to signal the GLSL versions.