Class GLXARBCreateContextProfile

java.lang.Object
org.lwjgl.opengl.GLXARBCreateContextProfile

public final class GLXARBCreateContextProfile extends Object
Native bindings to the GLX_ARB_create_context_profile extension.

Adds an attribute to GLXARBCreateContext, specifying the GL profile requested for a context of OpenGL 3.2 or later.

Requires GLX 1.4 and OpenGL 3.2.

  • Field Details

    • GLX_CONTEXT_PROFILE_MASK_ARB

      public static final int GLX_CONTEXT_PROFILE_MASK_ARB
      Accepted as an attribute name in attrib_list.
      See Also:
    • GLX_CONTEXT_CORE_PROFILE_BIT_ARB

      public static final int GLX_CONTEXT_CORE_PROFILE_BIT_ARB
      Accepted as bits in the attribute value for CONTEXT_PROFILE_MASK_ARB in attrib_list.
      See Also:
    • GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB

      public static final int GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
      Accepted as bits in the attribute value for CONTEXT_PROFILE_MASK_ARB in attrib_list.
      See Also:
    • GLXBadProfileARB

      public static final int GLXBadProfileARB
      GLX error.
      See Also: