Attempt to fix game cooking regression from ef188d06c4
This commit is contained in:
@@ -67,6 +67,14 @@ public:
|
||||
return _type;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets work synchronization start point
|
||||
/// </summary>
|
||||
FORCE_INLINE GPUSyncPoint GetSyncStart() const
|
||||
{
|
||||
return _syncPoint;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets work finish synchronization point
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user