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

No depth and stencil format support #577

Open
MarkCallow opened this issue May 21, 2022 · 1 comment
Open

No depth and stencil format support #577

MarkCallow opened this issue May 21, 2022 · 1 comment

Comments

@MarkCallow
Copy link
Collaborator

libktx needs to support depth and stencil formats. Currently

  • vkloader.c and glloader.c would not load these formats correctly.
  • texture2.c would allow some incorrect settings for these formats, e.g. sRGB.
  • toktx.c makes no attempt to set things correctly when creating payloads with these formats.
  • ktx2check does not account for the differences between these and color formats.
@MarkCallow
Copy link
Collaborator Author

texture2.c has been fixed. The new ktx validate and ktx create correctly support depth & stencil. The legacy tools will not be fixed. That leaves vkloader.c and glloader.c to be fixed.

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

No branches or pull requests

1 participant