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

org.lwjgl.openxr.KHRMaintenance1 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.

The 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 XR_KHR_maintenance1 extension.
 * 
 * 

{@link KHRMaintenance1 XR_KHR_maintenance1} adds a collection of minor features that were intentionally left out or overlooked from the original OpenXR 1.0 release. All are promoted to the OpenXR 1.1 release.

*/ public final class KHRMaintenance1 { /** The extension specification version. */ public static final int XR_KHR_maintenance1_SPEC_VERSION = 1; /** The extension name. */ public static final String XR_KHR_MAINTENANCE1_EXTENSION_NAME = "XR_KHR_maintenance1"; /** * Extends {@code XrResult}. * *
Enum values:
* *
    *
  • {@link #XR_ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED_KHR ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED_KHR}
  • *
  • {@link #XR_ERROR_PERMISSION_INSUFFICIENT_KHR ERROR_PERMISSION_INSUFFICIENT_KHR}
  • *
*/ public static final int XR_ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED_KHR = -1000710001, XR_ERROR_PERMISSION_INSUFFICIENT_KHR = -1000710000; private KHRMaintenance1() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy