Back to Filament

endFrame

docs/android/dokka/filament-android/com.google.android.filament/-renderer/end-frame.md

1.75.0708 B
Original Source

//filament-android/com.google.android.filament/Renderer/endFrame

endFrame

[main]
open fun endFrame()

Finishes the current frame and schedules it for display.

endFrame() schedules the current frame to be displayed on the Renderer's window.

All calls to render() must happen before endFrame().

See also

beginFrame
render

Throws

Errorif the backend thread encountered an unrecoverable error, or if called again after a backend exception was already thrown.