| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
OpenXR.Core10.Enums.ViewConfigurationType
Synopsis
- newtype ViewConfigurationType where
- ViewConfigurationType Int32
 - pattern VIEW_CONFIGURATION_TYPE_PRIMARY_MONO :: ViewConfigurationType
 - pattern VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO :: ViewConfigurationType
 - pattern VIEW_CONFIGURATION_TYPE_SECONDARY_MONO_FIRST_PERSON_OBSERVER_MSFT :: ViewConfigurationType
 - pattern VIEW_CONFIGURATION_TYPE_PRIMARY_QUAD_VARJO :: ViewConfigurationType
 
 
Documentation
newtype ViewConfigurationType Source #
XrViewConfigurationType - Supported view configuration type
Description
The application selects its primary view configuration type when calling
 beginSession, and that configuration remains
 constant for the lifetime of the session, until
 endSession is called.
The number of views and the semantic meaning of each view index within a given view configuration is well-defined, specified below for all core view configurations. The predefined primary view configuration types are:
Enumerant Descriptions
See Also
EventDataVisibilityMaskChangedKHR,
 SecondaryViewConfigurationLayerInfoMSFT,
 SecondaryViewConfigurationSessionBeginInfoMSFT,
 SecondaryViewConfigurationStateMSFT,
 SecondaryViewConfigurationSwapchainCreateInfoMSFT,
 SessionBeginInfo,
 ViewConfigurationProperties,
 ViewLocateInfo,
 enumerateEnvironmentBlendModes,
 enumerateViewConfigurationViews,
 enumerateViewConfigurations,
 getViewConfigurationProperties,
 getVisibilityMaskKHR
Constructors
| ViewConfigurationType Int32 | 
Bundled Patterns
| pattern VIEW_CONFIGURATION_TYPE_PRIMARY_MONO :: ViewConfigurationType | 
  | 
| pattern VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO :: ViewConfigurationType | 
  | 
| pattern VIEW_CONFIGURATION_TYPE_SECONDARY_MONO_FIRST_PERSON_OBSERVER_MSFT :: ViewConfigurationType | |
| pattern VIEW_CONFIGURATION_TYPE_PRIMARY_QUAD_VARJO :: ViewConfigurationType |