This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[Astc evaluation codec v1.3] [Typo]

Hello,

i am not sure if this is reported.

In astc_toplevel.cpp(line 1883), pre-set dblimit for 3d textures for "-fast" option is not set. 

     dblimit_autoset_2d = MAX(85 - 35 * log10_texels_2d, 63 - 19 * log10_texels_2d);

     dblimit_autoset_2d = MAX(85 - 35 * log10_texels_3d, 63 - 19 * log10_texels_3d);

Thanks,

rohit

Parents Reply Children
No data