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

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

/*
 * 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_OFFSET extension. */
public final class EXTOffset {

	/** AL_EXT_OFFSET tokens. */
	public static final int
		AL_SEC_OFFSET    = 0x1024,
		AL_SAMPLE_OFFSET = 0x1025,
		AL_BYTE_OFFSET   = 0x1026;

	private EXTOffset() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy