Struct ThreadRestartOperation
Defined in File thread-restart-operation.h
Inheritance Relationships
Base Type
public gpa::serialization::Operation
(Struct Operation)
Struct Documentation
-
struct ThreadRestartOperation : public gpa::serialization::Operation
Instructions for executing a API call thread stream reposition. When a keyframe is applied to change "start" state, we need to know where to continue playing the API call streams. This operation contains the information for a single stream (there will be one operation per thread).
Public Functions
-
ThreadRestartOperation()
-
~ThreadRestartOperation()
-
virtual char const *GetName() const
-
virtual size_t Serialize(MemoryBackedSerializer*) const
-
virtual size_t Deserialize(MemoryBackedSerializer*)
-
ThreadRestartOperation()