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

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

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

/** bindings to AL_EXT_DOUBLE extension. */
public final class EXTDouble {

	/** AL_EXT_DOUBLE tokens. */
	public static final int
		AL_FORMAT_MONO_DOUBLE_EXT   = 0x10012,
		AL_FORMAT_STEREO_DOUBLE_EXT = 0x10013;

	private EXTDouble() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy