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
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-2026 The Khronos Group Inc.

SPDX-License-Identifier: CC-BY-4.0