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

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

There is a newer version: 2.9.3
Show newest version
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengl;

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

public final class ARBDepthTexture {

	/**
	 *  Accepted by the <internalFormat> parameter of TexImage1D, TexImage2D,
	 *  CopyTexImage1D and CopyTexImage2D:
	 */
	public static final int GL_DEPTH_COMPONENT16_ARB = 0x81A5,
		GL_DEPTH_COMPONENT24_ARB = 0x81A6,
		GL_DEPTH_COMPONENT32_ARB = 0x81A7;

	/**
	 *  Accepted by the <pname> parameter of GetTexLevelParameterfv and
	 *  GetTexLevelParameteriv:
	 */
	public static final int GL_TEXTURE_DEPTH_SIZE_ARB = 0x884A;

	/**
	 *  Accepted by the <pname> parameter of TexParameterf, TexParameteri,
	 *  TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
	 */
	public static final int GL_DEPTH_TEXTURE_MODE_ARB = 0x884B;

	private ARBDepthTexture() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy