Package org.lwjgl.ovr
Class OVRLayerUnion.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<OVRLayerUnion.Buffer>
org.lwjgl.system.StructBuffer<OVRLayerUnion,OVRLayerUnion.Buffer>
org.lwjgl.ovr.OVRLayerUnion.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<OVRLayerUnion>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
OVRLayerUnion
public static class OVRLayerUnion.Buffer
extends org.lwjgl.system.StructBuffer<OVRLayerUnion,OVRLayerUnion.Buffer>
implements org.lwjgl.system.NativeResource
An array of
OVRLayerUnion structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newOVRLayerUnion.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionCube()Cube(Consumer<OVRLayerCube> consumer) Passes theCubefield to the specifiedConsumer.Cube(OVRLayerCube value) Copies the specifiedOVRLayerCubeto theCubefield.Cylinder()Cylinder(Consumer<OVRLayerCylinder> consumer) Passes theCylinderfield to the specifiedConsumer.Cylinder(OVRLayerCylinder value) Copies the specifiedOVRLayerCylinderto theCylinderfield.EyeFov()EyeFov(Consumer<OVRLayerEyeFov> consumer) Passes theEyeFovfield to the specifiedConsumer.EyeFov(OVRLayerEyeFov value) Copies the specifiedOVRLayerEyeFovto theEyeFovfield.EyeFovDepth(Consumer<OVRLayerEyeFovDepth> consumer) Passes theEyeFovDepthfield to the specifiedConsumer.EyeFovDepth(OVRLayerEyeFovDepth value) Copies the specifiedOVRLayerEyeFovDepthto theEyeFovDepthfield.EyeMatrix(Consumer<OVRLayerEyeMatrix> consumer) Passes theEyeMatrixfield to the specifiedConsumer.EyeMatrix(OVRLayerEyeMatrix value) Copies the specifiedOVRLayerEyeMatrixto theEyeMatrixfield.Header()Header(Consumer<OVRLayerHeader> consumer) Passes theOVRLayerUnion.Header()field to the specifiedConsumer.Header(OVRLayerHeader value) Copies the specifiedOVRLayerHeaderto theOVRLayerUnion.Header()field.Multires()Multires(Consumer<OVRLayerEyeFovMultires> consumer) Passes theMultiresfield to the specifiedConsumer.Multires(OVRLayerEyeFovMultires value) Copies the specifiedOVRLayerEyeFovMultiresto theMultiresfield.Quad()Quad(Consumer<OVRLayerQuad> consumer) Passes theQuadfield to the specifiedConsumer.Quad(OVRLayerQuad value) Copies the specifiedOVRLayerQuadto theQuadfield.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.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 org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newOVRLayerUnion.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
OVRLayerUnion.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
-
Header
- Returns:
- a
OVRLayerHeaderview of theOVRLayerUnion.Header()field.
-
EyeFov
- Returns:
- a
OVRLayerEyeFovview of theEyeFovfield.
-
EyeFovDepth
- Returns:
- a
OVRLayerEyeFovDepthview of theEyeFovDepthfield.
-
EyeMatrix
- Returns:
- a
OVRLayerEyeMatrixview of theEyeMatrixfield.
-
Multires
- Returns:
- a
OVRLayerEyeFovMultiresview of theMultiresfield.
-
Cylinder
- Returns:
- a
OVRLayerCylinderview of theCylinderfield.
-
Cube
- Returns:
- a
OVRLayerCubeview of theCubefield.
-
Quad
- Returns:
- a
OVRLayerQuadview of theQuadfield.
-
Header
Copies the specifiedOVRLayerHeaderto theOVRLayerUnion.Header()field. -
Header
Passes theOVRLayerUnion.Header()field to the specifiedConsumer. -
EyeFov
Copies the specifiedOVRLayerEyeFovto theEyeFovfield. -
EyeFov
Passes theEyeFovfield to the specifiedConsumer. -
EyeFovDepth
Copies the specifiedOVRLayerEyeFovDepthto theEyeFovDepthfield. -
EyeFovDepth
Passes theEyeFovDepthfield to the specifiedConsumer. -
EyeMatrix
Copies the specifiedOVRLayerEyeMatrixto theEyeMatrixfield. -
EyeMatrix
Passes theEyeMatrixfield to the specifiedConsumer. -
Multires
Copies the specifiedOVRLayerEyeFovMultiresto theMultiresfield. -
Multires
Passes theMultiresfield to the specifiedConsumer. -
Cylinder
Copies the specifiedOVRLayerCylinderto theCylinderfield. -
Cylinder
Passes theCylinderfield to the specifiedConsumer. -
Cube
Copies the specifiedOVRLayerCubeto theCubefield. -
Cube
Passes theCubefield to the specifiedConsumer. -
Quad
Copies the specifiedOVRLayerQuadto theQuadfield. -
Quad
Passes theQuadfield to the specifiedConsumer.
-