Searched refs:physicalDeviceApiVersion (Results 1 – 1 of 1) sorted by relevance
330 const uint32_t physicalDeviceApiVersion = physDevProps.properties.apiVersion; in init() local331 if (physicalDeviceApiVersion < VK_MAKE_VERSION(1, 1, 0)) { in init()333 VK_VERSION_MAJOR(physicalDeviceApiVersion), VK_VERSION_MINOR(physicalDeviceApiVersion), in init()334 VK_VERSION_PATCH(physicalDeviceApiVersion)); in init()549 mApiVersion = physicalDeviceApiVersion; in init()