Re: [osg-users] can OSG deal with BC6 and BC7 compression formats?

2017-07-05 Thread Chris Hanson
On Wed, Jul 5, 2017 at 8:08 AM, Christian Buchner < christian.buch...@gmail.com> wrote: > BPTC_FLOAT I don't know this method, but if OSG did support it, the code would be found near here:

[osg-users] can OSG deal with BC6 and BC7 compression formats?

2017-07-05 Thread Christian Buchner
Hi, Can OSG load BC6 (BPTC_FLOAT), *BC7* (BPTC) compressed textures from DDS files and upload these to the GPU, provided that the graphics hardware and driver are capable of dealing with this format? If such support is present, what is the minimum OSG version to support this? Christian