Skip to content

[SPIR-V] Add payload to OpEmitMeshTasksEXT#7485

Merged
Keenuts merged 1 commit intomicrosoft:mainfrom
Keenuts:fix-7082
May 30, 2025
Merged

[SPIR-V] Add payload to OpEmitMeshTasksEXT#7485
Keenuts merged 1 commit intomicrosoft:mainfrom
Keenuts:fix-7082

Conversation

@Keenuts
Copy link
Collaborator

@Keenuts Keenuts commented May 26, 2025

This commit fixes the missing payload parameter for the OpEmitMeshTasksEXT instruction.
Errors such as the passed variable storage class or type are already tested.

Fixes #7082

Co-Authored-by: baldurk baldurk@baldurk.org

@github-actions
Copy link
Contributor

github-actions bot commented May 26, 2025

✅ With the latest revision this PR passed the C/C++ code formatter.

This commit fixes the missing payload parameter for the
OpEmitMeshTasksEXT instruction.
Errors such as the passed variable storage class or type are already
tested.

Fixes microsoft#7082

Co-Authored-by: baldurk <baldurk@baldurk.org>
Copy link
Collaborator

@s-perron s-perron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that the variable is assigned to, but never used. I would have expected a warning about this causing a failure.

@Keenuts Keenuts merged commit d8ef89c into microsoft:main May 30, 2025
14 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in HLSL Roadmap May 30, 2025
@Keenuts Keenuts deleted the fix-7082 branch May 30, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[SPIR-V] Task shader OpEmitMeshTasksEXT always emitted without payload parameter

2 participants