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

texassemble support to compress DDS to BC formats #331

Open
Georgiks opened this issue Mar 24, 2023 · 2 comments
Open

texassemble support to compress DDS to BC formats #331

Georgiks opened this issue Mar 24, 2023 · 2 comments
Labels
tools Applies to texconv, texdiag, texassemble, etc.

Comments

@Georgiks
Copy link

Hi, would it be possible to add BC compression functionality to texassemble directly?
Right now, when we want to create compressed cubemap texture, we have to first use texassemble to create a DDS texture with uncompressed format, and right after that use texconv to convert the cubemap DDS to compressed BC format.

If we could specify BC output format directly on texassemble, we would not need texconv at all.

@walbourn walbourn added the tools Applies to texconv, texdiag, texassemble, etc. label Mar 24, 2023
@walbourn
Copy link
Member

I was mostly trying to keep the tool a bit simpler, but I'll take a look.

@walbourn
Copy link
Member

The original design here was to produce complex DDS files without mips or compression, then have texconv invoked to do the remainder of the processing. I believe at a minimum, your request would require both mip-map generation -and- block compression support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Applies to texconv, texdiag, texassemble, etc.
Projects
None yet
Development

No branches or pull requests

2 participants