Variable VkPhysicalDeviceProperties.deviceName

struct VkPhysicalDeviceProperties
{
  // ...
  char[256] deviceName ;
  // ...
}