mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-31 00:10:44 -06:00
Use SyncEngine for synchronizing all synced state in RenderEngine
This commit is contained in:
@@ -34,6 +34,10 @@ namespace openspace {
|
||||
class Syncable;
|
||||
class SyncBuffer;
|
||||
|
||||
/**
|
||||
* Manages a collection of <code>Syncable</code>s and ensures they are synchronized
|
||||
* over SGCT nodes.
|
||||
*/
|
||||
class SyncEngine {
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user