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

org.lwjgl.openxr.EXTUUIUD 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_EXT_uuid extension.
 * 
 * 

This extension defines a Universally Unique Identifier that follows RFC 4122.

*/ public final class EXTUUIUD { /** The extension specification version. */ public static final int XR_EXT_uuid_SPEC_VERSION = 1; /** The extension name. */ public static final String XR_EXT_UUID_EXTENSION_NAME = "XR_EXT_uuid"; /** XR_UUID_SIZE_EXT */ public static final int XR_UUID_SIZE_EXT = 16; private EXTUUIUD() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy