-
Notifications
You must be signed in to change notification settings - Fork 237
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
Create should verify ASTC options and the format provided #808
Comments
Currently, per the documentation, astc encoder arguments are ignored if create's |
Makes sense to reject invalid commands. |
Can you clarify which argument combinations are you talking about? It is unclear from the description. |
I tried I guess generally any format that is not ASTC format should be flagged if used with those ASTC options. |
I see, so the problem is that the ASTC options are accepted to be specified even when the format is not ASTC. Understood. |
If an ASTC encode is intended by providing any of the astc encode options to "ktx create" the options should be verified for compatibility along side the VK_FORMAT provided.
The text was updated successfully, but these errors were encountered: