Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glslang version output? #3548

Closed
rubyFeedback opened this issue Mar 20, 2024 · 1 comment
Closed

Glslang version output? #3548

rubyFeedback opened this issue Mar 20, 2024 · 1 comment
Labels

Comments

@rubyFeedback
Copy link

rubyFeedback commented Mar 20, 2024

So glslang version outputs:

11:14.1.0

Isn't the 11: part wrong there? Usually we have a version output of the actual version. Not
sure why you guys prepend the "11:" - most other projects don't do that. Anyway, just
reporting this here because one of my scripts claimed that this was an error, but
of course this is debatable - I adjusted my script to drop any leading parts if a ':'
shows up, so for me this is settled. Best regards.

@arcady-lunarg
Copy link
Contributor

The 11 is the SPIR-V generator version, the 14.1.0 is the version of glslang itself. In particular, the SPIR-V generator version refers to incompatibilities in the way SPIR-V is generated while the glslang version is more about the API/ABI of libglslang.so itself. It's been like this since fbe9a23 in 2020.

@arcady-lunarg arcady-lunarg closed this as not planned Won't fix, can't repro, duplicate, stale May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants