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

Let the Resource Allocator decode the images #562

Merged
merged 1 commit into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. Let the Resource Allocator decode the images

    We pass the encoded image data into the resource allocator now instead
    of trying to decode the image in the scene manager. This way the
    renderer has the ability to support all sorts of image formats that we
    might not support. For example, this would also allow the renderer to
    decode GIFs itself and thus properly animate them.
    CryZe committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9c151cc View commit details
    Browse the repository at this point in the history