text_cache / dasm_cache -> text / disasm

This commit is contained in:
Ryan Fleury
2025-09-22 16:52:55 -07:00
parent 408c57639a
commit 8078b90f51
7 changed files with 31 additions and 10 deletions
+6
View File
@@ -109,4 +109,10 @@ internal R_Handle tex_texture_from_key_topology(Access *access, C_Key key, TEX_T
internal void tex_tick(void);
////////////////////////////////
//~ rjf: Artifact Cache Hooks / Lookups
internal void *tex_artifact_create(String8 key, B32 *retry_out);
internal void tex_artifact_destroy(void *ptr);
#endif // TEXTURE_CACHE_H