mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-15 14:01:25 -07:00
sketch out new async path for ctrl memory streaming
This commit is contained in:
@@ -137,10 +137,10 @@ ac_artifact_from_key(Access *access, String8 key, U64 gen, AC_CreateFunctionType
|
||||
}
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Tick
|
||||
//~ rjf: Asynchronous Tick
|
||||
|
||||
internal void
|
||||
ac_tick(void)
|
||||
ac_async_tick(void)
|
||||
{
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
|
||||
|
||||
@@ -99,8 +99,8 @@ internal void ac_init(void);
|
||||
internal void *ac_artifact_from_key(Access *access, String8 key, U64 gen, AC_CreateFunctionType *create, AC_DestroyFunctionType *destroy, U64 slots_count);
|
||||
|
||||
////////////////////////////////
|
||||
//~ rjf: Tick
|
||||
//~ rjf: Asynchronous Tick
|
||||
|
||||
internal void ac_tick(void);
|
||||
internal void ac_async_tick(void);
|
||||
|
||||
#endif // ARTIFACT_CACHE_H
|
||||
|
||||
Reference in New Issue
Block a user