On Wed Feb 28 11:16:58 2024 +0000, Stefan Dösinger wrote:
Do I understand this right: ForceUpdate doesn't update itself, it just adds a dirty rectangle that the next Update() call will process? That would make sense, and since you add the callbacks after Viewport::ForceUpdate() but before Device::Update() it must be the case.
As noted elsewhere: _Yes_, this is how the mechanism works.