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 ofVkClearColorValuestructs.
-
-
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.Bufferinstance backed by the specified container.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.nio.FloatBufferfloat32()Returns aFloatBufferview of thefloat32field.VkClearColorValue.Bufferfloat32(java.nio.FloatBuffer value)Copies the specifiedFloatBufferto thefloat32field.floatfloat32(int index)Returns the value at the specified index of thefloat32field.VkClearColorValue.Bufferfloat32(int index, float value)Sets the specified value at the specified index of thefloat32field.java.nio.IntBufferint32()Returns aIntBufferview of theint32field.intint32(int index)Returns the value at the specified index of theint32field.VkClearColorValue.Bufferint32(java.nio.IntBuffer value)Copies the specifiedIntBufferto theint32field.VkClearColorValue.Bufferint32(int index, int value)Sets the specified value at the specified index of theint32field.java.nio.IntBufferuint32()Returns aIntBufferview of theuint32field.intuint32(int index)Returns the value at the specified index of theuint32field.VkClearColorValue.Bufferuint32(java.nio.IntBuffer value)Copies the specifiedIntBufferto theuint32field.VkClearColorValue.Bufferuint32(int index, int value)Sets the specified value at the specified index of theuint32field.-
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.Bufferinstance 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 aFloatBufferview of thefloat32field.
-
float32
public float float32(int index)
Returns the value at the specified index of thefloat32field.
-
int32
public java.nio.IntBuffer int32()
Returns aIntBufferview of theint32field.
-
int32
public int int32(int index)
Returns the value at the specified index of theint32field.
-
uint32
public java.nio.IntBuffer uint32()
Returns aIntBufferview of theuint32field.
-
uint32
public int uint32(int index)
Returns the value at the specified index of theuint32field.
-
float32
public VkClearColorValue.Buffer float32(java.nio.FloatBuffer value)
Copies the specifiedFloatBufferto thefloat32field.
-
float32
public VkClearColorValue.Buffer float32(int index, float value)
Sets the specified value at the specified index of thefloat32field.
-
int32
public VkClearColorValue.Buffer int32(java.nio.IntBuffer value)
Copies the specifiedIntBufferto theint32field.
-
int32
public VkClearColorValue.Buffer int32(int index, int value)
Sets the specified value at the specified index of theint32field.
-
uint32
public VkClearColorValue.Buffer uint32(java.nio.IntBuffer value)
Copies the specifiedIntBufferto theuint32field.
-
uint32
public VkClearColorValue.Buffer uint32(int index, int value)
Sets the specified value at the specified index of theuint32field.
-
-