Class XrSystemGraphicsProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemGraphicsProperties extends Struct<XrSystemGraphicsProperties> implements NativeResource

 struct XrSystemGraphicsProperties {
     uint32_t maxSwapchainImageHeight;
     uint32_t maxSwapchainImageWidth;
     uint32_t maxLayerCount;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MAXSWAPCHAINIMAGEHEIGHT
      The struct member offsets.
    • MAXSWAPCHAINIMAGEWIDTH

      public static final int MAXSWAPCHAINIMAGEWIDTH
      The struct member offsets.
    • MAXLAYERCOUNT

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

    • XrSystemGraphicsProperties

      public XrSystemGraphicsProperties(ByteBuffer container)
      Creates a XrSystemGraphicsProperties 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