Add support for HDR textures with BC6H
Nominom opened this issue · 2 comments
Nominom commented
Add support for HDR textures with BC6H
onepiecefreak3 commented
Half-Precision Floating point: https://gist.github.com/vermorel/1d5c0212752b3e611faf84771ad4ff0d
Specification (similar to BC7): https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_texture_compression_bptc.txt
Nominom commented
Thanks for the links!