Class OESDepth32

java.lang.Object
org.lwjgl.opengles.OESDepth32

public final class OESDepth32 extends Object
Native bindings to the OES_depth32 extension.

This extension enables 32-bit depth components as a valid render buffer storage format.

  • Field Details

    • GL_DEPTH_COMPONENT32_OES

      public static final int GL_DEPTH_COMPONENT32_OES
      Accepted by the internalformat parameter of RenderbufferStorageOES.
      See Also: