Class EGLConfig

All Implemented Interfaces:
PointerWrapper

public final class EGLConfig extends PointerWrapperAbstract
EGLConfig wrapper class.
  • Method Details

    • getDisplay

      public EGLDisplay getDisplay()
      Returns the EGL display from which this EGL config was retrieved.
      Returns:
      the EGL display
    • getConfigID

      public int getConfigID()
      Returns the EGL_CONFIG_ID attribute of this EGLConfig.
      Returns:
      the EGL_CONFIG_ID
    • getAttribute

      public int getAttribute(int attribute) throws LWJGLException
      Returns the value of the specified EGL config attribute.
      Parameters:
      attribute - the attribute
      Returns:
      the attribute value
      Throws:
      LWJGLException
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class PointerWrapperAbstract
    • toString

      public String toString()
      Overrides:
      toString in class PointerWrapperAbstract