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 loading SRGB DDS #1606

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

RunDevelopment
Copy link
Member

It turned out that #1514 broke loading SRGB images, so I fixed that here. I tested it, and it seems to load all DDS formats correctly now.

The only exception is BC5_SNORM. Texconv just seems to break with that format, I can't get it to load it at all. That being said, this might not be a huge issue. BC5_SNORM is used quite infrequently compared to BC5_UNORM.

@joeyballentine joeyballentine merged commit fb58d22 into chaiNNer-org:main Feb 27, 2023
@RunDevelopment RunDevelopment deleted the dds-load-srgb branch February 27, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants