Package org.lwjgl.ovr
Class OVRLayerQuad
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<OVRLayerQuad>
org.lwjgl.ovr.OVRLayerQuad
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class OVRLayerQuad
extends org.lwjgl.system.Struct<OVRLayerQuad>
implements org.lwjgl.system.NativeResource
Describes a layer of Quad type, which is a single quad in world or viewer space. It is used for both
LayerType_Quad. This type of layer
represents a single object placed in the world and not a stereo view of the world itself.
A typical use of LayerType_Quad is to draw a television screen in a room that for some reason is more convenient to draw as a layer than
as part of the main view in layer 0. For example, it could implement a 3D popup GUI that is drawn at a higher resolution than layer 0 to improve
fidelity of the GUI.
Quad layers are visible from both sides; they are not back-face culled.
Layout
struct ovrLayerQuad {
ovrLayerHeader Header();
ovrTextureSwapChain ColorTexture();
ovrRecti Viewport();
ovrPosef QuadPoseCenter();
ovrVector2f QuadSize();
}-
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 member offsets.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 org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionOVRLayerQuad(ByteBuffer container) Creates aOVRLayerQuadinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic OVRLayerQuadcalloc()Returns a newOVRLayerQuadinstance allocated withmemCalloc.static OVRLayerQuad.Buffercalloc(int capacity) Returns a newOVRLayerQuad.Bufferinstance allocated withmemCalloc.static OVRLayerQuad.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRLayerQuad.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRLayerQuadcalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRLayerQuadinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static OVRLayerQuadDeprecated.static OVRLayerQuad.BuffercallocStack(int capacity) Deprecated.static OVRLayerQuad.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRLayerQuadcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.longcontains a single image, never with any stereo viewColorTexture(long value) Sets the specified value to theColorTexture()field.static OVRLayerQuadcreate()Returns a newOVRLayerQuadinstance allocated withBufferUtils.static OVRLayerQuad.Buffercreate(int capacity) Returns a newOVRLayerQuad.Bufferinstance allocated withBufferUtils.static OVRLayerQuadcreate(long address) Returns a newOVRLayerQuadinstance for the specified memory address.static OVRLayerQuad.Buffercreate(long address, int capacity) Create aOVRLayerQuad.Bufferinstance at the specified memory.static @Nullable OVRLayerQuadcreateSafe(long address) static @Nullable OVRLayerQuad.BuffercreateSafe(long address, int capacity) Header()Header.Typemust beLayerType_QuadHeader(Consumer<OVRLayerHeader> consumer) Header(OVRLayerHeader value) Copies the specifiedOVRLayerHeaderto theHeader()field.static OVRLayerQuadmalloc()Returns a newOVRLayerQuadinstance allocated withmemAlloc.static OVRLayerQuad.Buffermalloc(int capacity) Returns a newOVRLayerQuad.Bufferinstance allocated withmemAlloc.static OVRLayerQuad.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newOVRLayerQuad.Bufferinstance allocated on the specifiedMemoryStack.static OVRLayerQuadmalloc(org.lwjgl.system.MemoryStack stack) Returns a newOVRLayerQuadinstance allocated on the specifiedMemoryStack.static OVRLayerQuadDeprecated.static OVRLayerQuad.BuffermallocStack(int capacity) Deprecated.static OVRLayerQuad.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static OVRLayerQuadmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static longnColorTexture(long struct) Unsafe version ofColorTexture().static voidnColorTexture(long struct, long value) Unsafe version ofColorTexture.static OVRLayerHeadernHeader(long struct) Unsafe version ofHeader().static voidnHeader(long struct, OVRLayerHeader value) Unsafe version ofHeader.static OVRPosefnQuadPoseCenter(long struct) Unsafe version ofQuadPoseCenter().static voidnQuadPoseCenter(long struct, OVRPosef value) Unsafe version ofQuadPoseCenter.static OVRVector2fnQuadSize(long struct) Unsafe version ofQuadSize().static voidnQuadSize(long struct, OVRVector2f value) Unsafe version ofQuadSize.static OVRRectinViewport(long struct) Unsafe version ofViewport().static voidUnsafe version ofViewport.specifies the orientation and position of the center point of a Quad layer type.QuadPoseCenter(Consumer<OVRPosef> consumer) Passes theQuadPoseCenter()field to the specifiedConsumer.QuadPoseCenter(OVRPosef value) Copies the specifiedOVRPosefto theQuadPoseCenter()field.QuadSize()width and height (respectively) of the quad in metersQuadSize(Consumer<OVRVector2f> consumer) Passes theQuadSize()field to the specifiedConsumer.QuadSize(OVRVector2f value) Copies the specifiedOVRVector2fto theQuadSize()field.set(OVRLayerHeader Header, long ColorTexture, OVRRecti Viewport, OVRPosef QuadPoseCenter, OVRVector2f QuadSize) Initializes this struct with the specified values.set(OVRLayerQuad src) Copies the specified struct data to this struct.intsizeof()static voidvalidate(long struct) Validates pointer members that should not beNULL.Viewport()specifies the ColorTexture sub-rect UV coordinatesPasses theViewport()field to the specifiedConsumer.Copies the specifiedOVRRectito theViewport()field.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. -
HEADER
public static final int HEADERThe struct member offsets. -
COLORTEXTURE
public static final int COLORTEXTUREThe struct member offsets. -
VIEWPORT
public static final int VIEWPORTThe struct member offsets. -
QUADPOSECENTER
public static final int QUADPOSECENTERThe struct member offsets. -
QUADSIZE
public static final int QUADSIZEThe struct member offsets.
-
-
Constructor Details
-
OVRLayerQuad
Creates aOVRLayerQuadinstance 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<OVRLayerQuad>
-
Header
Header.Typemust beLayerType_Quad -
ColorTexture
public long ColorTexture()contains a single image, never with any stereo view -
Viewport
specifies the ColorTexture sub-rect UV coordinates -
QuadPoseCenter
specifies the orientation and position of the center point of a Quad layer type.The supplied direction is the vector perpendicular to the quad. The position is in real-world meters (not the application's virtual world, the physical world the user is in) and is relative to the "zero" position set by
RecenterTrackingOriginunless theLayerFlag_HeadLockedflag is used. -
QuadSize
width and height (respectively) of the quad in meters -
Header
Copies the specifiedOVRLayerHeaderto theHeader()field. -
Header
-
ColorTexture
Sets the specified value to theColorTexture()field. -
Viewport
Copies the specifiedOVRRectito theViewport()field. -
Viewport
Passes theViewport()field to the specifiedConsumer. -
QuadPoseCenter
Copies the specifiedOVRPosefto theQuadPoseCenter()field. -
QuadPoseCenter
Passes theQuadPoseCenter()field to the specifiedConsumer. -
QuadSize
Copies the specifiedOVRVector2fto theQuadSize()field. -
QuadSize
Passes theQuadSize()field to the specifiedConsumer. -
set
public OVRLayerQuad set(OVRLayerHeader Header, long ColorTexture, OVRRecti Viewport, OVRPosef QuadPoseCenter, OVRVector2f QuadSize) 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 newOVRLayerQuadinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newOVRLayerQuadinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newOVRLayerQuadinstance allocated withBufferUtils. -
create
Returns a newOVRLayerQuadinstance for the specified memory address. -
createSafe
-
malloc
Returns a newOVRLayerQuad.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newOVRLayerQuad.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newOVRLayerQuad.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aOVRLayerQuad.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 OVRLayerQuad.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 OVRLayerQuad.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newOVRLayerQuadinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newOVRLayerQuadinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newOVRLayerQuad.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newOVRLayerQuad.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nHeader
Unsafe version ofHeader(). -
nColorTexture
public static long nColorTexture(long struct) Unsafe version ofColorTexture(). -
nViewport
Unsafe version ofViewport(). -
nQuadPoseCenter
Unsafe version ofQuadPoseCenter(). -
nQuadSize
Unsafe version ofQuadSize(). -
nHeader
Unsafe version ofHeader. -
nColorTexture
public static void nColorTexture(long struct, long value) Unsafe version ofColorTexture. -
nViewport
Unsafe version ofViewport. -
nQuadPoseCenter
Unsafe version ofQuadPoseCenter. -
nQuadSize
Unsafe version ofQuadSize. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-