openxr-0.1: Bindings to the OpenXR API
Safe HaskellNone
LanguageHaskell2010

OpenXR.Extensions.XR_MNDX_egl_enable

Description

Name

XR_MNDX_egl_enable - instance extension

Specification

See XR_MNDX_egl_enable in the main specification for complete information.

Registered Extension Number

49

Revision

1

Extension and Version Dependencies

  • Requires OpenXR 1.0

See Also

GraphicsBindingEGLMNDX

Document Notes

For more information, see the OpenXR Specification

This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.

Synopsis

Documentation

data GraphicsBindingEGLMNDX Source #

XrGraphicsBindingEGLMNDX - The graphics binding structure to be passed at session creation to EGL

Member Descriptions

Description

When creating an EGL based Session, the application will provide a pointer to an GraphicsBindingEGLMNDX structure in the next chain of the SessionCreateInfo.

The required window system configuration define to expose this structure type is XR_USE_PLATFORM_EGL.

Valid Usage (Implicit)

See Also

StructureType, createSession

Constructors

GraphicsBindingEGLMNDX 

Fields

Instances

Instances details
Eq GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

Show GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

Storable GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

Zero GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

ToCStruct GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

FromCStruct GraphicsBindingEGLMNDX Source # 
Instance details

Defined in OpenXR.Extensions.XR_MNDX_egl_enable

pattern MNDX_egl_enable_SPEC_VERSION :: forall a. Integral a => a Source #

type MNDX_EGL_ENABLE_EXTENSION_NAME = "XR_MNDX_egl_enable" Source #

pattern MNDX_EGL_ENABLE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #

type EGLConfig = Ptr () Source #