Class VkImageFormatProperties.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<VkImageFormatProperties>, NativeResource, Pointer
Enclosing class:
VkImageFormatProperties

public static class VkImageFormatProperties.Buffer extends StructBuffer<VkImageFormatProperties,VkImageFormatProperties.Buffer> implements NativeResource
An array of VkImageFormatProperties structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkImageFormatProperties.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by VkImageFormatProperties.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • maxExtent

      public VkExtent3D maxExtent()
      Returns:
      a VkExtent3D view of the maxExtent field.
    • maxMipLevels

      public int maxMipLevels()
      Returns:
      the value of the maxMipLevels field.
    • maxArrayLayers

      public int maxArrayLayers()
      Returns:
      the value of the maxArrayLayers field.
    • sampleCounts

      public int sampleCounts()
      Returns:
      the value of the sampleCounts field.
    • maxResourceSize

      public long maxResourceSize()
      Returns:
      the value of the maxResourceSize field.