Class VkImageFormatListCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkImageFormatListCreateInfoKHR

public class VkImageFormatListCreateInfo extends Struct<VkImageFormatListCreateInfo> implements NativeResource

 struct VkImageFormatListCreateInfo {
     VkStructureType sType;
     void const * pNext;
     uint32_t viewFormatCount;
     VkFormat const * pViewFormats;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • VIEWFORMATCOUNT

      public static final int VIEWFORMATCOUNT
      The struct member offsets.
    • PVIEWFORMATS

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

    • VkImageFormatListCreateInfo

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