C Specification

The VkQueueFamilyProperties2 structure is defined as:

// Provided by VK_VERSION_1_1
typedef struct VkQueueFamilyProperties2 {
    VkStructureType            sType;
    void*                      pNext;
    VkQueueFamilyProperties    queueFamilyProperties;
} VkQueueFamilyProperties2;

Members

Description

Valid Usage (Implicit)
  • VUID-VkQueueFamilyProperties2-sType-sType
    sType must be VK_STRUCTURE_TYPE_QUEUE_FAMILY_PROPERTIES_2

  • VUID-VkQueueFamilyProperties2-pNext-pNext
    pNext must be NULL or a pointer to a valid instance of VkQueueFamilyCheckpointProperties2NV

  • VUID-VkQueueFamilyProperties2-sType-unique
    The sType value of each struct in the pNext chain must be unique

See Also

Document Notes

For more information, see the Vulkan Specification

This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2023 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0