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

org.lwjgl.openxr.FBHapticAmplitudeEnvelope 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_FB_haptic_amplitude_envelope extension.
 * 
 * 

This extension enables applications to trigger haptic effect using an Amplitude Envelope buffer.

*/ public final class FBHapticAmplitudeEnvelope { /** The extension specification version. */ public static final int XR_FB_haptic_amplitude_envelope_SPEC_VERSION = 1; /** The extension name. */ public static final String XR_FB_HAPTIC_AMPLITUDE_ENVELOPE_EXTENSION_NAME = "XR_FB_haptic_amplitude_envelope"; /** Extends {@code XrStructureType}. */ public static final int XR_TYPE_HAPTIC_AMPLITUDE_ENVELOPE_VIBRATION_FB = 1000173001; /** API Constants */ public static final int XR_MAX_HAPTIC_AMPLITUDE_ENVELOPE_SAMPLES_FB = 0xFA0; private FBHapticAmplitudeEnvelope() {} }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy