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

Add support for EmitMeshTasksEXT op #26

Merged
merged 4 commits into from
Mar 28, 2023
Merged

Conversation

BeastLe9enD
Copy link
Contributor

When using EmitMeshTasksEXT inside the task shader, there is an error while lowering to SPIRT because it does not detect EmitMeshTasksEXT as an op that terminates.
The reason is because its class is Reserved instead of Control-Flow inside the spirv.core.grammar.json.
So I added a simple workaround.

@BeastLe9enD BeastLe9enD requested a review from eddyb as a code owner March 26, 2023 19:39
eddyb
eddyb previously approved these changes Mar 28, 2023
Copy link
Contributor

@eddyb eddyb left a comment

Choose a reason for hiding this comment

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

Oops, I missed this in #25 (didn't check whether it was a terminator or not).

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Eduard-Mihai Burtescu <edy.burt@gmail.com>
@eddyb eddyb added this pull request to the merge queue Mar 28, 2023
Merged via the queue into EmbarkStudios:main with commit 2f47d75 Mar 28, 2023
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.

2 participants