MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsSyncing

Method IsSyncing

Source/Engine/Graphics/Async/GPUTask.h:90–93  ·  view source on GitHub ↗

Checks if operation is syncing

Source from the content-addressed store, hash-verified

88 /// Checks if operation is syncing
89 /// </summary>
90 FORCE_INLINE bool IsSyncing() const
91 {
92 return IsRunning() && _syncPoint != 0;
93 }
94
95public:
96 /// <summary>

Callers

nothing calls this directly

Calls 1

IsRunningFunction · 0.50

Tested by

no test coverage detected