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

org.lwjgl.openal.EXTExponentDistance Maven / Gradle / Ivy

Go to download

A cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.openal;

/**
 * Native bindings to the {@code AL_EXT_EXPONENT_DISTANCE} extension.
 * 
 * 

An OpenAL 1.1 implementation will always support the {@code AL_EXT_EXPONENT_DISTANCE} extension. This allows an application written to the OpenAL 1.0 specification to * access the exponent distance abilities.

*/ public final class EXTExponentDistance { /** {@code AL_EXT_EXPONENT_DISTANCE} tokens. */ public static final int AL_EXPONENT_DISTANCE = 0xD005, AL_EXPONENT_DISTANCE_CLAMPED = 0xD006; private EXTExponentDistance() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy