Class VkPhysicalDeviceProperties.Buffer

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

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new VkPhysicalDeviceProperties.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 VkPhysicalDeviceProperties.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

    • apiVersion

      public int apiVersion()
      Returns:
      the value of the apiVersion field.
    • driverVersion

      public int driverVersion()
      Returns:
      the value of the driverVersion field.
    • vendorID

      public int vendorID()
      Returns:
      the value of the vendorID field.
    • deviceID

      public int deviceID()
      Returns:
      the value of the deviceID field.
    • deviceType

      public int deviceType()
      Returns:
      the value of the deviceType field.
    • deviceName

      public ByteBuffer deviceName()
      Returns:
      a ByteBuffer view of the deviceName field.
    • deviceNameString

      public String deviceNameString()
      Returns:
      the null-terminated string stored in the deviceName field.
    • pipelineCacheUUID

      public ByteBuffer pipelineCacheUUID()
      Returns:
      a ByteBuffer view of the pipelineCacheUUID field.
    • pipelineCacheUUID

      public byte pipelineCacheUUID(int index)
      Returns:
      the value at the specified index of the pipelineCacheUUID field.
    • limits

      public VkPhysicalDeviceLimits limits()
      Returns:
      a VkPhysicalDeviceLimits view of the limits field.
    • sparseProperties

      public VkPhysicalDeviceSparseProperties sparseProperties()
      Returns:
      a VkPhysicalDeviceSparseProperties view of the sparseProperties field.