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

Fixed bc5 decoding #2648

Merged
merged 1 commit into from
Aug 16, 2017
Merged

Fixed bc5 decoding #2648

merged 1 commit into from
Aug 16, 2017

Commits on Aug 3, 2017

  1. Fixed bc5 decoding

    BC5 decoding uses only 2 channels instead of 4. The current algorithm did not initialize the RGBA struct which resulted in random values in the output image. This commit should initialize the decoded RGBA struct, thus setting B and A values to default (0).
    ifeherva committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    0477278 View commit details
    Browse the repository at this point in the history