Skip to content
Snippets Groups Projects
Commit cbbb1c0a authored by slevy's avatar slevy
Browse files

Add new "nghosts" field for keeping animation history (trails).
parent f71e3706
No related branches found
No related tags found
No related merge requests found
......@@ -235,6 +235,7 @@ struct stuff {
int used; /* global "used" clock, for LRU purging */
struct specklist *scrap; /* stuff to be deleted when it's safe */
int nghosts; /* keep recent ghost snapshots of dynamic data */
/* async command streams */
#define MAX_ASYNC 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment