Skip to content

Commit 57c52a5

Browse files
committed
Update SPIRV-Tools to fix duplicate OpFunctionParameter IDs
The assembler's translate_function_parameter used rspirv Builder's auto-ID generation which has a separate counter from the module builder, causing OpFunction and OpFunctionParameter to get the same result ID. This fixes the names_and_decorations and use_exported_func_param_attr linker test failures.
1 parent 5252b99 commit 57c52a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)