Package org.lwjgl.vulkan
Class VkClearColorValue.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VkClearColorValue,VkClearColorValue.Buffer>
-
- org.lwjgl.vulkan.VkClearColorValue.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<VkClearColorValue>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- VkClearColorValue
public static class VkClearColorValue.Buffer extends org.lwjgl.system.StructBuffer<VkClearColorValue,VkClearColorValue.Buffer> implements org.lwjgl.system.NativeResource
An array ofVkClearColorValue
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.FloatBuffer
float32()
Returns aFloatBuffer
view of 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.VkClearColorValue.Buffer
float32(java.nio.FloatBuffer value)
Copies the specifiedFloatBuffer
to 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(int index, int value)
Sets the specified value at the specified index of theint32
field.VkClearColorValue.Buffer
int32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to 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(int index, int value)
Sets the specified value at the specified index of theuint32
field.VkClearColorValue.Buffer
uint32(java.nio.IntBuffer value)
Copies the specifiedIntBuffer
to theuint32
field.
-
-
-
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.
-
Buffer
public Buffer(long address, int cap)
-
-
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.
-
-