Class RENDERDOC_AnnotationVectorValue.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<RENDERDOC_AnnotationVectorValue.Buffer>
org.lwjgl.system.StructBuffer<RENDERDOC_AnnotationVectorValue, RENDERDOC_AnnotationVectorValue.Buffer>
org.lwjgl.util.renderdoc.RENDERDOC_AnnotationVectorValue.Buffer
- All Implemented Interfaces:
AutoCloseable, Iterable<RENDERDOC_AnnotationVectorValue>, NativeResource, Pointer
- Enclosing class:
RENDERDOC_AnnotationVectorValue
public static class RENDERDOC_AnnotationVectorValue.Buffer
extends StructBuffer<RENDERDOC_AnnotationVectorValue, RENDERDOC_AnnotationVectorValue.Buffer>
implements NativeResource
An array of
RENDERDOC_AnnotationVectorValue structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newRENDERDOC_AnnotationVectorValue.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionboolean$()booleanboolean$(int index) boolean$(int index, boolean value) Sets the specified value at the specified index of thebooleanfield.boolean$(ByteBuffer value) Copies the specifiedByteBufferto thebooleanfield.float32()floatfloat32(int index) float32(int index, float value) Sets the specified value at the specified index of thefloat32field.float32(FloatBuffer value) Copies the specifiedFloatBufferto thefloat32field.float64()doublefloat64(int index) float64(int index, double value) Sets the specified value at the specified index of thefloat64field.float64(DoubleBuffer value) Copies the specifiedDoubleBufferto thefloat64field.int32()intint32(int index) int32(int index, int value) Sets the specified value at the specified index of theint32field.Copies the specifiedIntBufferto theint32field.int64()longint64(int index) int64(int index, long value) Sets the specified value at the specified index of theint64field.int64(LongBuffer value) Copies the specifiedLongBufferto theint64field.uint32()intuint32(int index) uint32(int index, int value) Sets the specified value at the specified index of theuint32field.Copies the specifiedIntBufferto theuint32field.uint64()longuint64(int index) uint64(int index, long value) Sets the specified value at the specified index of theuint64field.uint64(LongBuffer value) Copies the specifiedLongBufferto theuint64field.Methods inherited from class StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class Pointer.Default
equals, hashCodeMethods inherited from interface NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newRENDERDOC_AnnotationVectorValue.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 by
RENDERDOC_AnnotationVectorValue.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 Details
-
boolean$
- Returns:
- a
ByteBufferview of thebooleanfield.
-
boolean$
- Returns:
- the value at the specified index of the
booleanfield.
-
int32
- Returns:
- a
IntBufferview of theint32field.
-
int32
- Returns:
- the value at the specified index of the
int32field.
-
int64
- Returns:
- a
LongBufferview of theint64field.
-
int64
- Returns:
- the value at the specified index of the
int64field.
-
uint32
- Returns:
- a
IntBufferview of theuint32field.
-
uint32
- Returns:
- the value at the specified index of the
uint32field.
-
uint64
- Returns:
- a
LongBufferview of theuint64field.
-
uint64
- Returns:
- the value at the specified index of the
uint64field.
-
float32
- Returns:
- a
FloatBufferview of thefloat32field.
-
float32
public float float32(int index) - Returns:
- the value at the specified index of the
float32field.
-
float64
- Returns:
- a
DoubleBufferview of thefloat64field.
-
float64
public double float64(int index) - Returns:
- the value at the specified index of the
float64field.
-
boolean$
Copies the specifiedByteBufferto thebooleanfield. -
boolean$
public RENDERDOC_AnnotationVectorValue.Buffer boolean$(int index, @NativeType("bool") boolean value) Sets the specified value at the specified index of thebooleanfield. -
int32
Copies the specifiedIntBufferto theint32field. -
int32
Sets the specified value at the specified index of theint32field. -
int64
Copies the specifiedLongBufferto theint64field. -
int64
Sets the specified value at the specified index of theint64field. -
uint32
Copies the specifiedIntBufferto theuint32field. -
uint32
Sets the specified value at the specified index of theuint32field. -
uint64
Copies the specifiedLongBufferto theuint64field. -
uint64
Sets the specified value at the specified index of theuint64field. -
float32
Copies the specifiedFloatBufferto thefloat32field. -
float32
Sets the specified value at the specified index of thefloat32field. -
float64
Copies the specifiedDoubleBufferto thefloat64field. -
float64
Sets the specified value at the specified index of thefloat64field.
-