Enum

VkDeviceFaultVendorBinaryHeaderVersionKHR

Encode vendor binary crash dump version

Possible values of the headerVersion value of the crash dump header are:

typedef enum VkDeviceFaultVendorBinaryHeaderVersionKHR {
    VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_ONE_KHR = 1,
    VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_ONE_EXT = VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_ONE_KHR,
} VkDeviceFaultVendorBinaryHeaderVersionKHR;
#define VkDeviceFaultVendorBinaryHeaderVersionEXT VkDeviceFaultVendorBinaryHeaderVersionKHR
  • VK_DEVICE_FAULT_VENDOR_BINARY_HEADER_VERSION_ONE_KHR specifies version one of the binary crash dump header.