Structures

VkHostAddressRangeEXT

Structure specifying a host address range

A host address range indicates a range of host memory.

typedef struct VkHostAddressRangeEXT {
    void* address;
    size_t size;
} VkHostAddressRangeEXT;
  • address is a host memory address.
  • size is the size of the range.

Valid Usage (Implicit)

VUID-VkHostAddressRangeEXT-address-parameter

address must be a valid pointer to an array of size bytes