public static class EGLClientPixmapHI.Buffer extends org.lwjgl.system.StructBuffer<EGLClientPixmapHI,EGLClientPixmapHI.Buffer> implements org.lwjgl.system.NativeResource
EGLClientPixmapHI structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
EGLClientPixmapHI.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
iHeight()
Returns the value of the
iHeight field. |
EGLClientPixmapHI.Buffer |
iHeight(int value)
Sets the specified value to the
iHeight field. |
int |
iStride()
Returns the value of the
iStride field. |
EGLClientPixmapHI.Buffer |
iStride(int value)
Sets the specified value to the
iStride field. |
int |
iWidth()
Returns the value of the
iWidth field. |
EGLClientPixmapHI.Buffer |
iWidth(int value)
Sets the specified value to the
iWidth field. |
EGLClientPixmapHI.Buffer |
pData(java.nio.ByteBuffer value)
Sets the address of the specified
ByteBuffer to the pData field. |
java.nio.ByteBuffer |
pData(int capacity)
Returns a
ByteBuffer view of the data pointed to by the pData field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
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.
public Buffer(long address,
int cap)
public java.nio.ByteBuffer pData(int capacity)
ByteBuffer view of the data pointed to by the pData field.capacity - the number of elements in the returned bufferpublic int iWidth()
iWidth field.public int iHeight()
iHeight field.public int iStride()
iStride field.public EGLClientPixmapHI.Buffer pData(java.nio.ByteBuffer value)
ByteBuffer to the pData field.public EGLClientPixmapHI.Buffer iWidth(int value)
iWidth field.public EGLClientPixmapHI.Buffer iHeight(int value)
iHeight field.public EGLClientPixmapHI.Buffer iStride(int value)
iStride field.Copyright LWJGL. All Rights Reserved. License terms.