Add drv_get_aniamtion_queue hashes

This commit is contained in:
2023-07-24 17:20:45 -04:00
parent 87aa47b96d
commit 5db04b3abc
6 changed files with 53 additions and 13 deletions

View File

@@ -249,6 +249,10 @@ public:
eng::string steps_debug_string() const;
eng::string full_debug_string() const;
// Get the final hash value.
//
uint64_t get_final_hash() const { return steps_.back().hash; }
// Get the final entry, xyz and plane only.
//
AnimCoreState get_final_core_state() const;