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

HiresTextures: Do not load compressed textures with unaligned dimensions #6941

Merged
merged 1 commit into from
May 22, 2018
Merged

HiresTextures: Do not load compressed textures with unaligned dimensions #6941

merged 1 commit into from
May 22, 2018

Conversation

stenzek
Copy link
Contributor

@stenzek stenzek commented May 22, 2018

D3D11 cannot handle block compressed textures where the first mip level is not a multiple of the block size. The simple fix for texture pack authors: leave these textures uncompressed. You can still use a .dds
container.

D3D11 cannot handle block compressed textures where the first mip level
is not a multiple of the block size. The simple fix for texture pack
authors: leave these textures uncompressed. You can still use a .dds
container.
@degasus degasus merged commit 0979feb into dolphin-emu:master May 22, 2018
@stenzek stenzek deleted the unaligned-texture-load branch February 11, 2019 14:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants