Class VkPhysicalDeviceVulkan11Properties.Buffer

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

public static class VkPhysicalDeviceVulkan11Properties.Buffer extends StructBuffer<VkPhysicalDeviceVulkan11Properties,VkPhysicalDeviceVulkan11Properties.Buffer> implements NativeResource
  • Constructor Details

    • Buffer

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

    • sType

      public int sType()
      Returns:
      the value of the sType field.
    • pNext

      public long pNext()
      Returns:
      the value of the pNext field.
    • deviceUUID

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

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

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

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

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

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

      public int deviceNodeMask()
      Returns:
      the value of the deviceNodeMask field.
    • deviceLUIDValid

      public boolean deviceLUIDValid()
      Returns:
      the value of the deviceLUIDValid field.
    • subgroupSize

      public int subgroupSize()
      Returns:
      the value of the subgroupSize field.
    • subgroupSupportedStages

      public int subgroupSupportedStages()
      Returns:
      the value of the subgroupSupportedStages field.
    • subgroupSupportedOperations

      public int subgroupSupportedOperations()
      Returns:
      the value of the subgroupSupportedOperations field.
    • subgroupQuadOperationsInAllStages

      public boolean subgroupQuadOperationsInAllStages()
      Returns:
      the value of the subgroupQuadOperationsInAllStages field.
    • pointClippingBehavior

      public int pointClippingBehavior()
      Returns:
      the value of the pointClippingBehavior field.
    • maxMultiviewViewCount

      public int maxMultiviewViewCount()
      Returns:
      the value of the maxMultiviewViewCount field.
    • maxMultiviewInstanceIndex

      public int maxMultiviewInstanceIndex()
      Returns:
      the value of the maxMultiviewInstanceIndex field.
    • protectedNoFault

      public boolean protectedNoFault()
      Returns:
      the value of the protectedNoFault field.
    • maxPerSetDescriptors

      public int maxPerSetDescriptors()
      Returns:
      the value of the maxPerSetDescriptors field.
    • maxMemoryAllocationSize

      public long maxMemoryAllocationSize()
      Returns:
      the value of the maxMemoryAllocationSize field.
    • sType

      Sets the specified value to the sType field.
    • sType$Default

      Sets the STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES value to the sType field.
    • pNext

      public VkPhysicalDeviceVulkan11Properties.Buffer pNext(long value)
      Sets the specified value to the pNext field.