We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was having issues with the library and thought it was because of my own code; but i noticed that the texconv tool shows the exact same problem.
texconv.exe -y BC7_UNORM texture.png
gives a different output than texconv.exe -y BC7_UNORM -nogpu texture.png
Notice the artifacts in the CPU version:
This is with the GPU:
The text was updated successfully, but these errors were encountered:
Can you attach the source file MapBattleTilesetSystem.png?
MapBattleTilesetSystem.png
Sorry, something went wrong.
I don't know if github re-encodes these files. If it does I also put it on a dropbox: https://www.dropbox.com/scl/fi/kgqgesjdfl5nz4i4bvmxb/MapBattleTilesetSystem.png?rlkey=085vvzq18gcunfyes6t4yku8m&dl=0
No branches or pull requests
I was having issues with the library and thought it was because of my own code; but i noticed that the texconv tool shows the exact same problem.
texconv.exe -y BC7_UNORM texture.png
gives a different output than
texconv.exe -y BC7_UNORM -nogpu texture.png
Notice the artifacts in the CPU version:

This is with the GPU:

The text was updated successfully, but these errors were encountered: