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

org.lwjgl.opengl.ARBTextureMirrorClampToEdge Maven / Gradle / Ivy

The newest version!
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengl;

import org.lwjgl.*;
import java.nio.*;

public final class ARBTextureMirrorClampToEdge {

	/**
	 *  Accepted by the <param> parameter of TexParameter{if}, SamplerParameter{if}
	 *  and SamplerParameter{if}v, and by the <params> parameter of
	 *  TexParameter{if}v, TexParameterI{i ui}v and SamplerParameterI{i ui}v when
	 *  their <pname> parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
	 *  TEXTURE_WRAP_R:
	 */
	public static final int GL_MIRROR_CLAMP_TO_EDGE = 0x8743;

	private ARBTextureMirrorClampToEdge() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy