onDrawFrame abstract method

void onDrawFrame(
  1. SceneBuilder sceneBuilder
)

Called on every frame.

An implementation should exercise the sceneBuilder to build a frame. However, it must not call SceneBuilder.build or Window.render. Instead the benchmark harness will call them and time them appropriately.

Implementation

void onDrawFrame(SceneBuilder sceneBuilder);