Package org.lwjgl.vulkan
Class VkClearColorValue.Buffer
- java.lang.Object
-
- org.lwjgl.system.StructBuffer<VkClearColorValue,VkClearColorValue.Buffer>
-
- org.lwjgl.vulkan.VkClearColorValue.Buffer
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
- Enclosing class:
- VkClearColorValue
public static final class VkClearColorValue.Buffer extends StructBuffer<VkClearColorValue,VkClearColorValue.Buffer>
An array ofVkClearColorValue
structs.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description Buffer(java.nio.ByteBuffer container)
Creates a newVkClearColorValue.Buffer
instance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.nio.FloatBuffer
float32()
Returns aFloatBuffer
view of thefloat32
field.VkClearColorValue.Buffer
float32(java.nio.FloatBuffer value)
Copies the specifiedFloatBuffer
to thefloat32
field.float
float32(int index)
Returns the value at the specified index of thefloat32
field.VkClearColorValue.Buffer
float32(int index, float value)
Sets the specified value at the specified index of thefloat32
field.java.nio.IntBuffer
int32()
Returns aIntBuffer
view of theint32
field.int
int32(int index)
Returns the value at the specified index of theint32
field.VkClearColorValue.Buffer
int32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to theint32
field.VkClearColorValue.Buffer
int32(int index, int value)
Sets the specified value at the specified index of theint32
field.java.nio.IntBuffer
uint32()
Returns aIntBuffer
view of theuint32
field.int
uint32(int index)
Returns the value at the specified index of theuint32
field.VkClearColorValue.Buffer
uint32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to theuint32
field.VkClearColorValue.Buffer
uint32(int index, int value)
Sets the specified value at the specified index of theuint32
field.-
Methods inherited from class org.lwjgl.system.StructBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, get, get, get, get, hasRemaining, limit, limit, mark, position, position, put, put, put, remaining, reset, rewind, slice, slice, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVkClearColorValue.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 byVkClearColorValue.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
-
Method Detail
-
float32
public java.nio.FloatBuffer float32()
Returns aFloatBuffer
view of thefloat32
field.
-
float32
public float float32(int index)
Returns the value at the specified index of thefloat32
field.
-
int32
public java.nio.IntBuffer int32()
Returns aIntBuffer
view of theint32
field.
-
int32
public int int32(int index)
Returns the value at the specified index of theint32
field.
-
uint32
public java.nio.IntBuffer uint32()
Returns aIntBuffer
view of theuint32
field.
-
uint32
public int uint32(int index)
Returns the value at the specified index of theuint32
field.
-
float32
public VkClearColorValue.Buffer float32(java.nio.FloatBuffer value)
Copies the specifiedFloatBuffer
to thefloat32
field.
-
float32
public VkClearColorValue.Buffer float32(int index, float value)
Sets the specified value at the specified index of thefloat32
field.
-
int32
public VkClearColorValue.Buffer int32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to theint32
field.
-
int32
public VkClearColorValue.Buffer int32(int index, int value)
Sets the specified value at the specified index of theint32
field.
-
uint32
public VkClearColorValue.Buffer uint32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to theuint32
field.
-
uint32
public VkClearColorValue.Buffer uint32(int index, int value)
Sets the specified value at the specified index of theuint32
field.
-
-