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

bevy_render: Fix KTX2 UASTC array textures #4514

Closed
wants to merge 1 commit into from

Commits on May 1, 2022

  1. bevy_render: Fix array textures in KTX2

    The GPU seems to want data in the order layer 0 mip 0..n, layer 1 mip 0..n,
    etc. The ordering of the data in KTX2 confused me as it is the opposite - mip n
    layer 0..n, mip n-1 layer 0..n, etc.
    superdump committed May 1, 2022
    Configuration menu
    Copy the full SHA
    2756009 View commit details
    Browse the repository at this point in the history