Lines Matching defs:apiVersion
450 uint32_t apiVersion = VK_MAKE_VERSION(1, 0, 0);
452 // If the instance version is 1.0 we must have the apiVersion also be 1.0. However, if the
453 // instance version is 1.1 or higher, we can set the apiVersion to be whatever the highest
456 apiVersion = VK_MAKE_VERSION(1, 1, 0);
459 instanceVersion = std::min(instanceVersion, apiVersion);
472 apiVersion, // apiVersion
575 uint32_t physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion);
786 ctx->fMaxAPIVersion = apiVersion;