virtual bool CanWaitOnCurrentFrame() const;
Returns true if the derived RenderSync implementation can handle INVALID_FENCE_ID being passed to its WaitFence method. This indicates that a resource currently in use needs to wait for pending operations in the current frame, but not all implementations can handle this properly.