
org.lwjgl.openxr.MNDXEGLEnable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openxr Show documentation
Show all versions of lwjgl-openxr Show documentation
A royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR)—collectively known as XR—platforms and devices.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_MNDX_egl_enable extension.
*
* This extension must be provided by runtimes supporting applications using the EGL API to create rendering contexts.
*
*
* - {@link XR10#XR_USE_PLATFORM_EGL USE_PLATFORM_EGL}
*
*/
public final class MNDXEGLEnable {
/** The extension specification version. */
public static final int XR_MNDX_egl_enable_SPEC_VERSION = 2;
/** The extension name. */
public static final String XR_MNDX_EGL_ENABLE_EXTENSION_NAME = "XR_MNDX_egl_enable";
/** Extends {@code XrStructureType}. */
public static final int XR_TYPE_GRAPHICS_BINDING_EGL_MNDX = 1000048004;
private MNDXEGLEnable() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy