
META-INF.versions.11.module-info 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
*/
module org.lwjgl.openxr {
requires transitive org.lwjgl;
requires static org.lwjgl.egl;
requires static org.lwjgl.opengl;
requires static org.lwjgl.vulkan;
exports org.lwjgl.openxr;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy