Back to Filament

shouldRenderFrame

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

1.75.0632 B
Original Source

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

shouldRenderFrame

[main]
open fun shouldRenderFrame(): Boolean

Returns true if the current frame should be rendered. This is a convenience method that returns the same value as beginFrame.

Return

false the current frame should be skippedtrue the current frame can be rendered

See also

beginFrame