Class OESDepthTexture

java.lang.Object
org.lwjgl.opengles.OESDepthTexture

public final class OESDepthTexture extends Object
  • Field Details

    • GL_DEPTH_COMPONENT

      public static final int GL_DEPTH_COMPONENT
      Accepted by the <format> parameter of TexImage2D and TexSubImage2D and <internalFormat> parameter of TexImage2D:
      See Also:
    • GL_UNSIGNED_SHORT

      public static final int GL_UNSIGNED_SHORT
      Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
      See Also:
    • GL_UNSIGNED_INT

      public static final int GL_UNSIGNED_INT
      Accepted by the <type> parameter of TexImage2D, TexSubImage2D:
      See Also: