C Specification
A constant host address range indicates a range of host memory that cannot be altered.
// Provided by VK_EXT_descriptor_heap
typedef struct VkHostAddressRangeConstEXT {
const void* address;
size_t size;
} VkHostAddressRangeConstEXT;
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.