Structures

VkHostAddressRangeConstEXT

Structure specifying a constant host address range

A constant host address range indicates a range of host memory that cannot be altered.

typedef struct VkHostAddressRangeConstEXT {
    const void* address;
    size_t size;
} VkHostAddressRangeConstEXT;
  • address is a read-only host memory address.
  • size is the size of the range.

Valid Usage (Implicit)

VUID-VkHostAddressRangeConstEXT-address-parameter

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