Package org.lwjgl.ovr

Class OVREyeRenderDesc.Buffer

    • 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, POINTER_SHIFT, POINTER_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      Buffer​(long address, int cap)  
      Buffer​(java.nio.ByteBuffer container)
      Creates a new OVREyeRenderDesc.Buffer instance backed by the specified container.
    • Constructor Detail

      • Buffer

        public Buffer​(java.nio.ByteBuffer container)
        Creates a new OVREyeRenderDesc.Buffer instance 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 OVREyeRenderDesc.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 Detail

      • sizeof

        public int sizeof()
        Specified by:
        sizeof in class org.lwjgl.system.CustomBuffer<OVREyeRenderDesc.Buffer>
      • Eye

        public int Eye()
        Returns the value of the Eye field.
      • DistortedViewport

        public OVRRecti DistortedViewport()
        Returns a OVRRecti view of the DistortedViewport field.
      • DistortedViewport

        public OVREyeRenderDesc.Buffer DistortedViewport​(java.util.function.Consumer<OVRRecti> consumer)
        Passes the DistortedViewport field to the specified Consumer.
      • PixelsPerTanAngleAtCenter

        public OVRVector2f PixelsPerTanAngleAtCenter()
        Returns a OVRVector2f view of the PixelsPerTanAngleAtCenter field.
      • PixelsPerTanAngleAtCenter

        public OVREyeRenderDesc.Buffer PixelsPerTanAngleAtCenter​(java.util.function.Consumer<OVRVector2f> consumer)
        Passes the PixelsPerTanAngleAtCenter field to the specified Consumer.
      • HmdToEyePose

        public OVRPosef HmdToEyePose()
        Returns a OVRPosef view of the HmdToEyePose field.
      • HmdToEyePose

        public OVREyeRenderDesc.Buffer HmdToEyePose​(java.util.function.Consumer<OVRPosef> consumer)
        Passes the HmdToEyePose field to the specified Consumer.