astcenc: Update to 4.8.0

https://github.com/ARM-software/astc-encoder/releases/tag/4.8.0
This commit is contained in:
Rémi Verschelde
2024-05-14 12:51:49 +02:00
parent 78cce1954d
commit 7ceed18790
7 changed files with 49 additions and 34 deletions

View File

@ -150,6 +150,7 @@ public:
m_start_count = 0;
m_done_count = 0;
m_task_count = 0;
m_callback = nullptr;
m_callback_last_value = 0.0f;
m_callback_min_diff = 1.0f;
}