Class XrExternalCameraOCULUS

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrExternalCameraOCULUS>
org.lwjgl.openxr.XrExternalCameraOCULUS
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrExternalCameraOCULUS extends org.lwjgl.system.Struct<XrExternalCameraOCULUS> implements org.lwjgl.system.NativeResource
Camera intrintics state.
Valid Usage (Implicit)
See Also

XrExternalCameraExtrinsicsOCULUS, XrExternalCameraIntrinsicsOCULUS, EnumerateExternalCamerasOCULUS

Layout


 struct XrExternalCameraOCULUS {
     XrStructureType type();
     void const * next();
     char name()[XR_MAX_EXTERNAL_CAMERA_NAME_SIZE_OCULUS];
     XrExternalCameraIntrinsicsOCULUS intrinsics();
     XrExternalCameraExtrinsicsOCULUS extrinsics();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • TYPE

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • NAME

      public static final int NAME
      The struct member offsets.
    • INTRINSICS

      public static final int INTRINSICS
      The struct member offsets.
    • EXTRINSICS

      public static final int EXTRINSICS
      The struct member offsets.
  • Constructor Details

    • XrExternalCameraOCULUS

      public XrExternalCameraOCULUS(ByteBuffer container)
      Creates a XrExternalCameraOCULUS instance at the current position of the specified ByteBuffer container. 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