
org.lwjgl.openxr.METAHeadsetId 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 META_headset_id extension. */
public final class METAHeadsetId {
/** The extension specification version. */
public static final int XR_META_headset_id_SPEC_VERSION = 2;
/** The extension name. */
public static final String XR_META_HEADSET_ID_EXTENSION_NAME = "XR_META_headset_id";
/** Extends {@code XrStructureType}. */
public static final int XR_TYPE_SYSTEM_HEADSET_ID_PROPERTIES_META = 1000245000;
private METAHeadsetId() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy