Skip to content

[SPIR-V] Add payload to OpEmitMeshTasksEXT #7485

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

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