mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
ASTC 6x6 HDR/6x6 HDR intermediate update
This commit is contained in:
@@ -113,6 +113,8 @@ namespace basisu
|
||||
Resample_Real filter_scale,
|
||||
Resample_Real src_ofs);
|
||||
|
||||
static void free_clist(Contrib_List* p) { if (p) { free(p->p); free(p); } }
|
||||
|
||||
private:
|
||||
Resampler();
|
||||
Resampler(const Resampler &o);
|
||||
|
||||
Reference in New Issue
Block a user