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

Add support for updating texture cache, and support canvas animation. #72

Merged
merged 1 commit into from Nov 2, 2015

Commits on Nov 2, 2015

  1. Add support for updating texture cache, and support canvas animation.

    NOTE: The logic to detect if old batches can be reused will need to
    take into account if a new image has been received. This doesn't currently
    matter if the image is the same size/format, since the same texture cache
    slot is used - however, when different size/format is supported, the batch
    will need to be invalidated too!
    gw3583 committed Nov 2, 2015
You can’t perform that action at this time.