Package org.lwjgl.egl

Class EGLClientPixmapHI.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<EGLClientPixmapHI>, NativeResource, Pointer
Enclosing class:
EGLClientPixmapHI

public static class EGLClientPixmapHI.Buffer extends StructBuffer<EGLClientPixmapHI,EGLClientPixmapHI.Buffer> implements NativeResource
An array of EGLClientPixmapHI structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new EGLClientPixmapHI.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by EGLClientPixmapHI.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • pData

      public ByteBuffer pData(int capacity)
      Returns:
      a ByteBuffer view of the data pointed to by the pData field.
    • iWidth

      public int iWidth()
      Returns:
      the value of the iWidth field.
    • iHeight

      public int iHeight()
      Returns:
      the value of the iHeight field.
    • iStride

      public int iStride()
      Returns:
      the value of the iStride field.
    • pData

      public EGLClientPixmapHI.Buffer pData(ByteBuffer value)
      Sets the address of the specified ByteBuffer to the pData field.
    • iWidth

      public EGLClientPixmapHI.Buffer iWidth(int value)
      Sets the specified value to the iWidth field.
    • iHeight

      public EGLClientPixmapHI.Buffer iHeight(int value)
      Sets the specified value to the iHeight field.
    • iStride

      public EGLClientPixmapHI.Buffer iStride(int value)
      Sets the specified value to the iStride field.