All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.openxr.METAHeadsetId Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.3.6
Show newest version
/*
 * 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