Package org.lwjgl.openvr
Class HmdRect2
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<HmdRect2>
org.lwjgl.openvr.HmdRect2
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class HmdRect2
extends org.lwjgl.system.Struct<HmdRect2>
implements org.lwjgl.system.NativeResource
Layout
struct HmdRect2_t {
HmdVector2_t vTopLeft;
HmdVector2_t vBottomRight;
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct size in bytes.static final intThe struct member offsets.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionHmdRect2(ByteBuffer container) Creates aHmdRect2instance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic HmdRect2calloc()Returns a newHmdRect2instance allocated withmemCalloc.static HmdRect2.Buffercalloc(int capacity) Returns a newHmdRect2.Bufferinstance allocated withmemCalloc.static HmdRect2.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newHmdRect2.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static HmdRect2calloc(org.lwjgl.system.MemoryStack stack) Returns a newHmdRect2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.static HmdRect2Deprecated.static HmdRect2.BuffercallocStack(int capacity) Deprecated.static HmdRect2.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static HmdRect2callocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static HmdRect2create()Returns a newHmdRect2instance allocated withBufferUtils.static HmdRect2.Buffercreate(int capacity) Returns a newHmdRect2.Bufferinstance allocated withBufferUtils.static HmdRect2create(long address) Returns a newHmdRect2instance for the specified memory address.static HmdRect2.Buffercreate(long address, int capacity) Create aHmdRect2.Bufferinstance at the specified memory.static @Nullable HmdRect2createSafe(long address) static @Nullable HmdRect2.BuffercreateSafe(long address, int capacity) static HmdRect2malloc()Returns a newHmdRect2instance allocated withmemAlloc.static HmdRect2.Buffermalloc(int capacity) Returns a newHmdRect2.Bufferinstance allocated withmemAlloc.static HmdRect2.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newHmdRect2.Bufferinstance allocated on the specifiedMemoryStack.static HmdRect2malloc(org.lwjgl.system.MemoryStack stack) Returns a newHmdRect2instance allocated on the specifiedMemoryStack.static HmdRect2Deprecated.static HmdRect2.BuffermallocStack(int capacity) Deprecated.static HmdRect2.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static HmdRect2mallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static HmdVector2nvBottomRight(long struct) Unsafe version ofvBottomRight().static voidnvBottomRight(long struct, HmdVector2 value) Unsafe version ofvBottomRight.static HmdVector2nvTopLeft(long struct) Unsafe version ofvTopLeft().static voidnvTopLeft(long struct, HmdVector2 value) Unsafe version ofvTopLeft.Copies the specified struct data to this struct.set(HmdVector2 vTopLeft, HmdVector2 vBottomRight) Initializes this struct with the specified values.intsizeof()vBottomRight(Consumer<HmdVector2> consumer) Passes thevBottomRightfield to the specifiedConsumer.vBottomRight(HmdVector2 value) Copies the specifiedHmdVector2to thevBottomRightfield.vTopLeft()vTopLeft(Consumer<HmdVector2> consumer) Passes thevTopLeftfield to the specifiedConsumer.vTopLeft(HmdVector2 value) Copies the specifiedHmdVector2to thevTopLeftfield.Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.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. -
VTOPLEFT
public static final int VTOPLEFTThe struct member offsets. -
VBOTTOMRIGHT
public static final int VBOTTOMRIGHTThe struct member offsets.
-
-
Constructor Details
-
HmdRect2
Creates aHmdRect2instance 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()- Specified by:
sizeofin classorg.lwjgl.system.Struct<HmdRect2>
-
vTopLeft
- Returns:
- a
HmdVector2view of thevTopLeftfield.
-
vBottomRight
- Returns:
- a
HmdVector2view of thevBottomRightfield.
-
vTopLeft
Copies the specifiedHmdVector2to thevTopLeftfield. -
vTopLeft
Passes thevTopLeftfield to the specifiedConsumer. -
vBottomRight
Copies the specifiedHmdVector2to thevBottomRightfield. -
vBottomRight
Passes thevBottomRightfield to the specifiedConsumer. -
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 newHmdRect2instance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newHmdRect2instance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newHmdRect2instance allocated withBufferUtils. -
create
Returns a newHmdRect2instance for the specified memory address. -
createSafe
-
malloc
Returns a newHmdRect2.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newHmdRect2.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newHmdRect2.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aHmdRect2.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static HmdRect2.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static HmdRect2.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newHmdRect2instance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newHmdRect2instance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newHmdRect2.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newHmdRect2.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nvTopLeft
Unsafe version ofvTopLeft(). -
nvBottomRight
Unsafe version ofvBottomRight(). -
nvTopLeft
Unsafe version ofvTopLeft. -
nvBottomRight
Unsafe version ofvBottomRight.
-