Class XrEyesANDROID
- All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
struct XrEyesANDROID {
XrStructureType type;
void * next;
XrEyeANDROID eyes[XR_EYE_MAX_ANDROID];
XrEyeTrackingModeANDROID mode;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Struct
Struct.StructValidationNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.static final intThe struct member offsets.Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionXrEyesANDROID(ByteBuffer container) Creates aXrEyesANDROIDinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic XrEyesANDROIDcalloc()Returns a newXrEyesANDROIDinstance allocated withmemCalloc.static XrEyesANDROID.Buffercalloc(int capacity) Returns a newXrEyesANDROID.Bufferinstance allocated withmemCalloc.static XrEyesANDROID.Buffercalloc(int capacity, MemoryStack stack) Returns a newXrEyesANDROID.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XrEyesANDROIDcalloc(MemoryStack stack) Returns a newXrEyesANDROIDinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static XrEyesANDROIDcreate()Returns a newXrEyesANDROIDinstance allocated withBufferUtils.static XrEyesANDROID.Buffercreate(int capacity) Returns a newXrEyesANDROID.Bufferinstance allocated withBufferUtils.static XrEyesANDROIDcreate(long address) Returns a newXrEyesANDROIDinstance for the specified memory address.static XrEyesANDROID.Buffercreate(long address, int capacity) Create aXrEyesANDROID.Bufferinstance at the specified memory.static @Nullable XrEyesANDROIDcreateSafe(long address) static @Nullable XrEyesANDROID.BuffercreateSafe(long address, int capacity) eyes()eyes(int index) eyes(int index, Consumer<XrEyeANDROID> consumer) eyes(int index, XrEyeANDROID value) Copies the specifiedXrEyeANDROIDat the specified index of theeyesfield.eyes(Consumer<XrEyeANDROID.Buffer> consumer) Passes theeyesfield to the specifiedConsumer.eyes(XrEyeANDROID.Buffer value) Copies the specifiedXrEyeANDROID.Bufferto theeyesfield.static XrEyesANDROIDmalloc()Returns a newXrEyesANDROIDinstance allocated withmemAlloc.static XrEyesANDROID.Buffermalloc(int capacity) Returns a newXrEyesANDROID.Bufferinstance allocated withmemAlloc.static XrEyesANDROID.Buffermalloc(int capacity, MemoryStack stack) Returns a newXrEyesANDROID.Bufferinstance allocated on the specifiedMemoryStack.static XrEyesANDROIDmalloc(MemoryStack stack) Returns a newXrEyesANDROIDinstance allocated on the specifiedMemoryStack.intmode()mode(int value) Sets the specified value to themodefield.longnext()next(long value) Sets the specified value to thenextfield.static XrEyeANDROID.Bufferneyes(long struct) Unsafe version ofeyes().static XrEyeANDROIDneyes(long struct, int index) Unsafe version ofeyes.static voidneyes(long struct, int index, XrEyeANDROID value) Unsafe version ofeyes.static voidneyes(long struct, XrEyeANDROID.Buffer value) Unsafe version ofeyes.static intnmode(long struct) Unsafe version ofmode().static voidnmode(long struct, int value) Unsafe version ofmode.static longnnext(long struct) Unsafe version ofnext().static voidnnext(long struct, long value) Unsafe version ofnext.static intntype(long struct) Unsafe version oftype().static voidntype(long struct, int value) Unsafe version oftype.set(int type, long next, XrEyeANDROID.Buffer eyes, int mode) Initializes this struct with the specified values.set(XrEyesANDROID src) Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).inttype()type(int value) Sets the specified value to thetypefield.Sets theTYPE_EYES_ANDROIDvalue to thetypefield.Methods inherited from class Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
TYPE
public static final int TYPEThe struct member offsets. -
NEXT
public static final int NEXTThe struct member offsets. -
EYES
public static final int EYESThe struct member offsets. -
MODE
public static final int MODEThe struct member offsets.
-
-
Constructor Details
-
XrEyesANDROID
Creates aXrEyesANDROIDinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<XrEyesANDROID>
-
type
- Returns:
- the value of the
typefield.
-
next
- Returns:
- the value of the
nextfield.
-
eyes
- Returns:
- a
XrEyeANDROID.Buffer view of theeyesfield.
-
eyes
- Returns:
- a
XrEyeANDROIDview of the struct at the specified index of theeyesfield.
-
mode
- Returns:
- the value of the
modefield.
-
type
Sets the specified value to thetypefield. -
type$Default
Sets theTYPE_EYES_ANDROIDvalue to thetypefield. -
next
Sets the specified value to thenextfield. -
eyes
public XrEyesANDROID eyes(@NativeType("XrEyeANDROID[XR_EYE_MAX_ANDROID]") XrEyeANDROID.Buffer value) Copies the specifiedXrEyeANDROID.Bufferto theeyesfield. -
eyes
Copies the specifiedXrEyeANDROIDat the specified index of theeyesfield. -
eyes
Passes theeyesfield to the specifiedConsumer. -
eyes
-
mode
Sets the specified value to themodefield. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newXrEyesANDROIDinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newXrEyesANDROIDinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newXrEyesANDROIDinstance allocated withBufferUtils. -
create
Returns a newXrEyesANDROIDinstance for the specified memory address. -
createSafe
-
malloc
Returns a newXrEyesANDROID.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newXrEyesANDROID.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newXrEyesANDROID.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aXrEyesANDROID.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newXrEyesANDROIDinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newXrEyesANDROIDinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newXrEyesANDROID.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newXrEyesANDROID.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
ntype
public static int ntype(long struct) Unsafe version oftype(). -
nnext
public static long nnext(long struct) Unsafe version ofnext(). -
neyes
Unsafe version ofeyes(). -
neyes
Unsafe version ofeyes. -
nmode
public static int nmode(long struct) Unsafe version ofmode(). -
ntype
public static void ntype(long struct, int value) Unsafe version oftype. -
nnext
public static void nnext(long struct, long value) Unsafe version ofnext. -
neyes
Unsafe version ofeyes. -
neyes
Unsafe version ofeyes. -
nmode
public static void nmode(long struct, int value) Unsafe version ofmode.
-