onFrameCommit method

  1. @protected
void onFrameCommit(
  1. double deltaSeconds
)

Backend hook run once per frame after the listener and all source transforms are current. Backends that batch native commands flush here.

Implementation

@protected
void onFrameCommit(double deltaSeconds) {}