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

Streamline the new pipeline execution code #17614

Merged
merged 6 commits into from
Sep 10, 2024

Conversation

GengineJS
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Sep 9, 2024

Interface Check Report

This pull request does not change any public interfaces !

Comment on lines 50 to 56
cullingKeys += camera ? objectID(camera) : 0;
cullingKeys += reflectProbe ? objectID(reflectProbe) : 0;
cullingKeys += (refId === -1 && light) ? objectID(light) : 0;
cullingKeys += (refId !== -1 && shadeLight) ? objectID(shadeLight) : 0;
cullingKeys += refId === -1 ? lightLevel : 0;
cullingKeys += castShadows ? 1 : 0;
cullingKeys += refId;
Copy link
Contributor

Choose a reason for hiding this comment

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

Will cullingKeys has ambiguity? Shall we add delimiter such as ' ' to separate ids?

@star-e star-e merged commit 3ecad78 into cocos:v3.8.4 Sep 10, 2024
10 checks passed
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