org.lwjgl.opengles.OESDepthTexture Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl Show documentation
Show all versions of lwjgl Show documentation
Lighweight Java Game Library
/* 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