Struct openxr::FrameWaiter[][src]

pub struct FrameWaiter { /* fields omitted */ }
Expand description

Handle for waiting to render a frame

Implementations

Block until rendering should begin, and return details to guide rendering

Same as .wait() but also returns whether each secondary view is active (XR_MSFT_secondary_view_configuration must be loaded)

count must be the number of enabled secondary views

Same as .wait() but also returns whether the secondary view is active, if XR_MSFT_secondary_view_configuration is loaded and the session has been initialized with begin_secondary

There must only be a single enabled secondary view

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.