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

org.lwjgl.opengles.OESDepthTexture Maven / Gradle / Ivy

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

package org.lwjgl.opengles;

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

public final class OESDepthTexture {

	/**
	 *  Accepted by the <format> parameter of TexImage2D and TexSubImage2D and
	 *  <internalFormat> parameter of TexImage2D:
	 */
	public static final int GL_DEPTH_COMPONENT = 0x1902;

	/**
	 * Accepted by the <type> parameter of TexImage2D, TexSubImage2D: 
	 */
	public static final int GL_UNSIGNED_SHORT = 0x1403,
		GL_UNSIGNED_INT = 0x1405;

	private OESDepthTexture() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy