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

Fix indirect render using the wrong index #404

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Fix indirect render using the wrong index #404

merged 1 commit into from
Dec 7, 2024

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Dec 7, 2024

Similar to the indirect update, the indirect render entry is dynamically allocated as a continuous slice. The current code was using the global effect index, which might be different. Adding an explicit entry into the particle group, similar to indirect dispatch, solves the issue.

Fixes #403

Similar to the indirect update, the indirect render entry is dynamically
allocated as a continuous slice. The current code was using the global
effect index, which might be different. Adding an explicit entry into
the particle group, similar to indirect dispatch, solves the issue.

Fixes #403
@djeedai djeedai added C - bug Something isn't working A - internal Internal change on a core system labels Dec 7, 2024
@djeedai djeedai merged commit 2666783 into main Dec 7, 2024
14 of 15 checks passed
@djeedai djeedai deleted the u/rgi branch December 7, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - internal Internal change on a core system C - bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trails randomly disappear
1 participant