Metroids/etc/lwjgl-2.9.1/src/generated/org/lwjgl/opengles/OESDepthTexture.java

24 lines
569 B
Java

/* 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() {}
}