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 ClipScrollGroup and PackedLayer. #1981

Merged
merged 1 commit into from Nov 5, 2017

Commits on Nov 5, 2017

  1. Remove ClipScrollGroup and PackedLayer.

    Instead, we provide access to both the clip node and scroll
    node for a given primitive in the shader. The shader then
    calculated the appropriate local clip rect.
    
    There's a few hacks in here - for example, the way that
    I pack the clip/scroll IDs into a single u32 for the
    shaders. In the future, we'll be switching the vertex formats
    to work on u16 size data fields, so this will become a lot
    simpler then.
    gw3583 committed Nov 5, 2017
You can’t perform that action at this time.