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

metal: cell bg pipeline no longer has vertex data, needs no vertex desc #2068

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

mitchellh
Copy link
Contributor

This happened to work in releases somehow but Xcode debug builds would catch this as an assertion. Our cell bg pipeline now uses the "full screen vertex shader" which takes no parameters, so we don't need a vertex descriptor.

This happened to work in releases somehow but Xcode debug builds would
catch this as an assertion. Our cell bg pipeline now uses the "full
screen vertex shader" which takes no parameters, so we don't need a
vertex descriptor.
@mitchellh mitchellh merged commit be88815 into main Aug 9, 2024
36 checks passed
@mitchellh mitchellh deleted the metal-fix branch August 9, 2024 22:23
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.

1 participant