Class VkPhysicalDeviceVulkan11Properties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceVulkan11Properties extends Struct<VkPhysicalDeviceVulkan11Properties> implements NativeResource
struct VkPhysicalDeviceVulkan11Properties {
    VkStructureType sType;
    void * pNext;
    uint8_t deviceUUID[VK_UUID_SIZE];
    uint8_t driverUUID[VK_UUID_SIZE];
    uint8_t deviceLUID[VK_LUID_SIZE];
    uint32_t deviceNodeMask;
    VkBool32 deviceLUIDValid;
    uint32_t subgroupSize;
    VkShaderStageFlags subgroupSupportedStages;
    VkSubgroupFeatureFlags subgroupSupportedOperations;
    VkBool32 subgroupQuadOperationsInAllStages;
    VkPointClippingBehavior pointClippingBehavior;
    uint32_t maxMultiviewViewCount;
    uint32_t maxMultiviewInstanceIndex;
    VkBool32 protectedNoFault;
    uint32_t maxPerSetDescriptors;
    VkDeviceSize maxMemoryAllocationSize;
}
  • Field Details

    • SIZEOF

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

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

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • DEVICEUUID

      public static final int DEVICEUUID
      The struct member offsets.
    • DRIVERUUID

      public static final int DRIVERUUID
      The struct member offsets.
    • DEVICELUID

      public static final int DEVICELUID
      The struct member offsets.
    • DEVICENODEMASK

      public static final int DEVICENODEMASK
      The struct member offsets.
    • DEVICELUIDVALID

      public static final int DEVICELUIDVALID
      The struct member offsets.
    • SUBGROUPSIZE

      public static final int SUBGROUPSIZE
      The struct member offsets.
    • SUBGROUPSUPPORTEDSTAGES

      public static final int SUBGROUPSUPPORTEDSTAGES
      The struct member offsets.
    • SUBGROUPSUPPORTEDOPERATIONS

      public static final int SUBGROUPSUPPORTEDOPERATIONS
      The struct member offsets.
    • SUBGROUPQUADOPERATIONSINALLSTAGES

      public static final int SUBGROUPQUADOPERATIONSINALLSTAGES
      The struct member offsets.
    • POINTCLIPPINGBEHAVIOR

      public static final int POINTCLIPPINGBEHAVIOR
      The struct member offsets.
    • MAXMULTIVIEWVIEWCOUNT

      public static final int MAXMULTIVIEWVIEWCOUNT
      The struct member offsets.
    • MAXMULTIVIEWINSTANCEINDEX

      public static final int MAXMULTIVIEWINSTANCEINDEX
      The struct member offsets.
    • PROTECTEDNOFAULT

      public static final int PROTECTEDNOFAULT
      The struct member offsets.
    • MAXPERSETDESCRIPTORS

      public static final int MAXPERSETDESCRIPTORS
      The struct member offsets.
    • MAXMEMORYALLOCATIONSIZE

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

    • VkPhysicalDeviceVulkan11Properties

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