Class VkImageFormatProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkImageFormatProperties extends Struct<VkImageFormatProperties> implements NativeResource

 struct VkImageFormatProperties {
     VkExtent3D maxExtent;
     uint32_t maxMipLevels;
     uint32_t maxArrayLayers;
     VkSampleCountFlags sampleCounts;
     VkDeviceSize maxResourceSize;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MAXEXTENT
      The struct member offsets.
    • MAXMIPLEVELS

      public static final int MAXMIPLEVELS
      The struct member offsets.
    • MAXARRAYLAYERS

      public static final int MAXARRAYLAYERS
      The struct member offsets.
    • SAMPLECOUNTS

      public static final int SAMPLECOUNTS
      The struct member offsets.
    • MAXRESOURCESIZE

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

    • VkImageFormatProperties

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