Package org.lwjgl.egl

Class KHRDebug

java.lang.Object
org.lwjgl.egl.KHRDebug

public class KHRDebug extends Object
  • Field Details

  • Method Details

    • neglDebugMessageControlKHR

      public static int neglDebugMessageControlKHR(long callback, long attrib_list)
      EGLint eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback, EGLAttrib const * attrib_list)
    • eglDebugMessageControlKHR

      public static int eglDebugMessageControlKHR(EGLDebugMessageKHRCallbackI callback, @Nullable PointerBuffer attrib_list)
      EGLint eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback, EGLAttrib const * attrib_list)
    • neglQueryDebugKHR

      public static int neglQueryDebugKHR(int attribute, long value)
      EGLBoolean eglQueryDebugKHR(EGLint attribute, EGLAttrib * value)
    • eglQueryDebugKHR

      public static boolean eglQueryDebugKHR(int attribute, PointerBuffer value)
      EGLBoolean eglQueryDebugKHR(EGLint attribute, EGLAttrib * value)
    • eglLabelObjectKHR

      public static int eglLabelObjectKHR(long display, int objectType, long object, long label)
      EGLint eglLabelObjectKHR(EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label)