org.lwjgl.openal.EXTFloat32 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-openal Show documentation
Show all versions of lwjgl-openal Show documentation
A cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.
/*
* 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_FLOAT32} extension. */
public final class EXTFloat32 {
/** Buffer formats. */
public static final int
AL_FORMAT_MONO_FLOAT32 = 0x10010,
AL_FORMAT_STEREO_FLOAT32 = 0x10011;
private EXTFloat32() {}
}