Class VkDisplayPlaneCapabilitiesKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDisplayPlaneCapabilitiesKHR extends Struct<VkDisplayPlaneCapabilitiesKHR> implements NativeResource

 struct VkDisplayPlaneCapabilitiesKHR {
     VkDisplayPlaneAlphaFlagsKHR supportedAlpha;
     VkOffset2D minSrcPosition;
     VkOffset2D maxSrcPosition;
     VkExtent2D minSrcExtent;
     VkExtent2D maxSrcExtent;
     VkOffset2D minDstPosition;
     VkOffset2D maxDstPosition;
     VkExtent2D minDstExtent;
     VkExtent2D maxDstExtent;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int SUPPORTEDALPHA
      The struct member offsets.
    • MINSRCPOSITION

      public static final int MINSRCPOSITION
      The struct member offsets.
    • MAXSRCPOSITION

      public static final int MAXSRCPOSITION
      The struct member offsets.
    • MINSRCEXTENT

      public static final int MINSRCEXTENT
      The struct member offsets.
    • MAXSRCEXTENT

      public static final int MAXSRCEXTENT
      The struct member offsets.
    • MINDSTPOSITION

      public static final int MINDSTPOSITION
      The struct member offsets.
    • MAXDSTPOSITION

      public static final int MAXDSTPOSITION
      The struct member offsets.
    • MINDSTEXTENT

      public static final int MINDSTEXTENT
      The struct member offsets.
    • MAXDSTEXTENT

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

    • VkDisplayPlaneCapabilitiesKHR

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