Class MSFTSecondaryViewConfiguration

java.lang.Object
org.lwjgl.openxr.MSFTSecondaryViewConfiguration

public final class MSFTSecondaryViewConfiguration extends Object
The XR_MSFT_secondary_view_configuration extension.

This extension allows an application to enable support for one or more secondary view configurations. A secondary view configuration is a well-known set of views that the runtime can make active while a session is running. In a frame where a secondary view configuration is active, the application’s single frame loop should additionally render into those active secondary views, sharing the frame waiting logic and update loop with the primary view configuration for that running session.

A proper secondary view configuration support includes following steps: