expand access scope touches to automatically record update clock idx touch time, + timestamp; move texture cache to new async wavefront

This commit is contained in:
Ryan Fleury
2025-09-19 15:31:30 -07:00
parent 8e2ceeee9e
commit 8fa01d3e30
13 changed files with 314 additions and 330 deletions
+3
View File
@@ -206,6 +206,9 @@ async_thread_entry_point(void *params)
#endif
#if defined(DASM_CACHE_H)
dasm_tick();
#endif
#if defined(TEXTURE_CACHE_H)
tex_tick();
#endif
cond_var_broadcast(async_tick_stop_cond_var);
}