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

Remove redundant cluster range, as an optimization. #3433

Merged
merged 1 commit into from Dec 18, 2018

Commits on Dec 18, 2018

  1. Remove redundant cluster range, as an optimization.

    Initially I was planning to have primitives belong to multiple
    clusters as part of the picture caching work, however this turned
    out to not be required.
    
    This patch removes support for that, which reduces the size of
    PrimitiveInstance, and removes the prim cluster map from the
    PrimitiveList.
    
    Also reduce the size of the clip task index field as an additional
    small struct size optimization.
    gw3583 committed Dec 18, 2018
You can’t perform that action at this time.