Class XrGraphicsBindingOpenGLXcbKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrGraphicsBindingOpenGLXcbKHR extends Struct<XrGraphicsBindingOpenGLXcbKHR> implements NativeResource

 struct XrGraphicsBindingOpenGLXcbKHR {
     XrStructureType type;
     void const * next;
     xcb_connection_t * connection;
     uint32_t screenNumber;
     xcb_glx_fbconfig_t fbconfigid;
     xcb_visualid_t visualid;
     xcb_glx_drawable_t glxDrawable;
     xcb_glx_context_t glxContext;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • CONNECTION

      public static final int CONNECTION
      The struct member offsets.
    • SCREENNUMBER

      public static final int SCREENNUMBER
      The struct member offsets.
    • FBCONFIGID

      public static final int FBCONFIGID
      The struct member offsets.
    • VISUALID

      public static final int VISUALID
      The struct member offsets.
    • GLXDRAWABLE

      public static final int GLXDRAWABLE
      The struct member offsets.
    • GLXCONTEXT

      public static final int GLXCONTEXT
      The struct member offsets.
  • Constructor Details

    • XrGraphicsBindingOpenGLXcbKHR

      public XrGraphicsBindingOpenGLXcbKHR(ByteBuffer container)
      Creates a XrGraphicsBindingOpenGLXcbKHR instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details