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
-
objectTypeis a VkObjectType specifying the type of the object to refresh. -
objectHandleis the object to refresh. -
flagsis a bitmask of VkRefreshObjectFlagsKHR.
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.