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

      @NativeType("VkStructureType") public int sType()
      Returns:
      the value of the sType field.
    • pNext

      @NativeType("void *") public long pNext()
      Returns:
      the value of the pNext field.
    • deviceUUID

      @NativeType("uint8_t[VK_UUID_SIZE]") public ByteBuffer deviceUUID()
      Returns:
      a ByteBuffer view of the deviceUUID field.
    • deviceUUID

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

      @NativeType("uint8_t[VK_UUID_SIZE]") public ByteBuffer driverUUID()
      Returns:
      a ByteBuffer view of the driverUUID field.
    • driverUUID

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

      @NativeType("uint8_t[VK_LUID_SIZE]") public ByteBuffer deviceLUID()
      Returns:
      a ByteBuffer view of the deviceLUID field.
    • deviceLUID

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

      @NativeType("uint32_t") public int deviceNodeMask()
      Returns:
      the value of the deviceNodeMask field.
    • deviceLUIDValid

      @NativeType("VkBool32") public boolean deviceLUIDValid()
      Returns:
      the value of the deviceLUIDValid field.
    • subgroupSize

      @NativeType("uint32_t") public int subgroupSize()
      Returns:
      the value of the subgroupSize field.
    • subgroupSupportedStages

      @NativeType("VkShaderStageFlags") public int subgroupSupportedStages()
      Returns:
      the value of the subgroupSupportedStages field.
    • subgroupSupportedOperations

      @NativeType("VkSubgroupFeatureFlags") public int subgroupSupportedOperations()
      Returns:
      the value of the subgroupSupportedOperations field.
    • subgroupQuadOperationsInAllStages

      @NativeType("VkBool32") public boolean subgroupQuadOperationsInAllStages()
      Returns:
      the value of the subgroupQuadOperationsInAllStages field.
    • pointClippingBehavior

      @NativeType("VkPointClippingBehavior") public int pointClippingBehavior()
      Returns:
      the value of the pointClippingBehavior field.
    • maxMultiviewViewCount

      @NativeType("uint32_t") public int maxMultiviewViewCount()
      Returns:
      the value of the maxMultiviewViewCount field.
    • maxMultiviewInstanceIndex

      @NativeType("uint32_t") public int maxMultiviewInstanceIndex()
      Returns:
      the value of the maxMultiviewInstanceIndex field.
    • protectedNoFault

      @NativeType("VkBool32") public boolean protectedNoFault()
      Returns:
      the value of the protectedNoFault field.
    • maxPerSetDescriptors

      @NativeType("uint32_t") public int maxPerSetDescriptors()
      Returns:
      the value of the maxPerSetDescriptors field.
    • maxMemoryAllocationSize

      @NativeType("VkDeviceSize") public long maxMemoryAllocationSize()
      Returns:
      the value of the maxMemoryAllocationSize field.
    • sType

      public VkPhysicalDeviceVulkan11Properties.Buffer sType(@NativeType("VkStructureType") int value)
      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(@NativeType("void *") long value)
      Sets the specified value to the pNext field.