org.lwjgl.openxr.MLViewConfigurationDepthRangeChange Maven / Gradle / Ivy
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.openxr;
/**
* The XR_ML_view_configuration_depth_range_change extension.
*
* There is a desire for runtimes to be able to inform applications of changes in clipping planes during the lifetime of an {@code XrInstance}.
*/
public final class MLViewConfigurationDepthRangeChange {
/** The extension specification version. */
public static final int XR_ML_view_configuration_depth_range_change_SPEC_VERSION = 1;
/** The extension name. */
public static final String XR_ML_VIEW_CONFIGURATION_DEPTH_RANGE_CHANGE_EXTENSION_NAME = "XR_ML_view_configuration_depth_range_change";
private MLViewConfigurationDepthRangeChange() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy