Skip to content

MSL: Don't emit const for BDA pointers.#2485

Merged
HansKristian-Work merged 1 commit into
mainfrom
fix-2476
May 22, 2025
Merged

MSL: Don't emit const for BDA pointers.#2485
HansKristian-Work merged 1 commit into
mainfrom
fix-2476

Conversation

@HansKristian-Work

@HansKristian-Work HansKristian-Work commented May 22, 2025

Copy link
Copy Markdown
Contributor

glslang has a bug here and emitting const pointers isn't super useful, since it's mostly just a programmer aid in C++, it doesn't have same semantic meaning as NonWritable in SPIR-V.

Closes #2476.

glslang has a bug here and emitting const pointers isn't super useful,
since it's mostly just a programmer aid in C++, it doesn't have same
semantic meaning as NonWritable in SPIR-V.
@HansKristian-Work HansKristian-Work merged commit 5176e68 into main May 22, 2025
10 checks passed
@HansKristian-Work HansKristian-Work deleted the fix-2476 branch May 22, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue in Metal compute shader generation of a shader in vk_minimal_latest project(exposed by MoltenVK)!

1 participant