C Specification

The VkRefreshObjectKHR structure is defined as:

// Provided by VK_KHR_object_refresh
typedef struct VkRefreshObjectKHR {
    VkObjectType               objectType;
    uint64_t                   objectHandle;
    VkRefreshObjectFlagsKHR    flags;
} VkRefreshObjectKHR;

Members

Description

Valid Usage
  • VUID-VkRefreshObjectKHR-objectHandle-05069
    objectHandle must be a valid Vulkan handle of the type associated with objectType as defined in the VkObjectType and Vulkan Handle Relationship table

  • VUID-VkRefreshObjectKHR-objectType-05070
    objectType must not be VK_OBJECT_TYPE_UNKNOWN

Valid Usage (Implicit)
  • VUID-VkRefreshObjectKHR-objectType-parameter
    objectType must be a valid VkObjectType value

  • VUID-VkRefreshObjectKHR-flags-zerobitmask
    flags must be 0

Host Synchronization
  • Host access to objectHandle must be externally synchronized

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