Back to Filament

DisplayInfo

docs/android/dokka/filament-android/com.google.android.filament/-renderer/-display-info/index.md

1.75.01.3 KB
Original Source

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

DisplayInfo

[main]
open class DisplayInfo

Information about the display this renderer is associated to

Constructors

DisplayInfo[main]
constructor()

Properties

NameSummary
presentationDeadlineNanos[main]
open var presentationDeadlineNanos: Long
How far in advance a buffer must be queued for presentation at a given time in ns On Android you can use getPresentationDeadlineNanos.
refreshRate[main]
open var refreshRate: Float
Refresh rate of the display in Hz.
vsyncOffsetNanos[main]
open var vsyncOffsetNanos: Long
Offset by which vsyncSteadyClockTimeNano provided in beginFrame() is offset in ns On Android you can use getAppVsyncOffsetNanos.