-
Notifications
You must be signed in to change notification settings - Fork 453
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
TEXCONV.EXE, possible bug #378
Labels
Comments
It is working for me, but I am using an AMD GPU.
|
Yes, they are. |
Version January 2023 |
This is a bug in my code. Fixed in referenced PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for sharing knowledge about DirectX.
When I convert a PNG file, I have an error:
1>[Using DirectCompute 5.0 on "NVIDIA GeForce RTX 3070"]
1> FAILED [compress] (8000FFFF: Katastrofalny b��d. )
I am attaching the source file: https://www.kubera.info/ms/RV_Marble_3_baseColor.png
The destination should be: BC7_UNORM_SRGB
It worked in the past.
Code:
..\..\Bin\texconv.exe -nologo -y -gpu 0 -f BC7_UNORM_SRGB -srgb -m 3 -o DDS Images\RV_Marble_3_baseColor.png
P. S.
I am not the author of that image.
Greetings
The text was updated successfully, but these errors were encountered: