GameTechDev / ISPCTextureCompressor

ISPC Texture Compressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDR and 3D texture support

boberfly opened this issue · comments

Hey,

It would be great to see HDR and 3D texture support with the ASTC mode of ISPC Texture Compressor. I'm testing the codebase now with plans to do some lightmap baking to ASTC, found here:

https://github.com/boberfly/Urho3D/tree/ispc_texcomp

Cheers

We are unlikely to add this in the short term unless there's significant demand for it. There are several items that have higher priority (RGBA support for instance).

If anyone else values this feature highly, please let us know.

Thanks for the great job on ASTC, HDR support would be great for lightmap storage, I'm actually badly in need for it :)

HDR support would be great indeed. Newbie question, but it wouldn't be as simple as just rewriting load_block_interleaved() in kernel_astc.ispc so that it accepts floats, right?