public static class VkClearColorValue.Buffer extends org.lwjgl.system.StructBuffer<VkClearColorValue,VkClearColorValue.Buffer> implements org.lwjgl.system.NativeResource
VkClearColorValue structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkClearColorValue.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.FloatBuffer |
float32()
Returns a
FloatBuffer view of the float32 field. |
VkClearColorValue.Buffer |
float32(java.nio.FloatBuffer value)
Copies the specified
FloatBuffer to the float32 field. |
float |
float32(int index)
Returns the value at the specified index of the
float32 field. |
VkClearColorValue.Buffer |
float32(int index,
float value)
Sets the specified value at the specified index of the
float32 field. |
java.nio.IntBuffer |
int32()
Returns a
IntBuffer view of the int32 field. |
int |
int32(int index)
Returns the value at the specified index of the
int32 field. |
VkClearColorValue.Buffer |
int32(java.nio.IntBuffer value)
Copies the specified
IntBuffer to the int32 field. |
VkClearColorValue.Buffer |
int32(int index,
int value)
Sets the specified value at the specified index of the
int32 field. |
java.nio.IntBuffer |
uint32()
Returns a
IntBuffer view of the uint32 field. |
int |
uint32(int index)
Returns the value at the specified index of the
uint32 field. |
VkClearColorValue.Buffer |
uint32(java.nio.IntBuffer value)
Copies the specified
IntBuffer to the uint32 field. |
VkClearColorValue.Buffer |
uint32(int index,
int value)
Sets the specified value at the specified index of the
uint32 field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkClearColorValue.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 VkClearColorValue.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.FloatBuffer float32()
FloatBuffer view of the float32 field.public float float32(int index)
float32 field.public java.nio.IntBuffer int32()
IntBuffer view of the int32 field.public int int32(int index)
int32 field.public java.nio.IntBuffer uint32()
IntBuffer view of the uint32 field.public int uint32(int index)
uint32 field.public VkClearColorValue.Buffer float32(java.nio.FloatBuffer value)
FloatBuffer to the float32 field.public VkClearColorValue.Buffer float32(int index, float value)
float32 field.public VkClearColorValue.Buffer int32(java.nio.IntBuffer value)
IntBuffer to the int32 field.public VkClearColorValue.Buffer int32(int index, int value)
int32 field.public VkClearColorValue.Buffer uint32(java.nio.IntBuffer value)
IntBuffer to the uint32 field.public VkClearColorValue.Buffer uint32(int index, int value)
uint32 field.Copyright LWJGL. All Rights Reserved. License terms.