Lines Matching refs:apiVersion
142 slink:VkApplicationInfo::pname:apiVersion when creating the instance
546 * pname:apiVersion is the version of the Vulkan API against which the
549 If pname:apiVersion is 0 the implementation must: ignore it, otherwise
550 if the implementation does not support the requested pname:apiVersion,
551 or an effective substitute for pname:apiVersion, it must: return
555 * pname:apiVersion must: be the highest version of Vulkan that the
559 The patch version number specified in pname:apiVersion is ignored when
562 requested in pname:apiVersion.
566 ename:VK_ERROR_INCOMPATIBLE_DRIVER if pname:apiVersion was larger than 1.0.
568 ename:VK_ERROR_INCOMPATIBLE_DRIVER for any value of pname:apiVersion.
589 The Khronos validation layers will treat pname:apiVersion as the highest API
598 application sets pname:apiVersion to 1.2, the application can: use the
607 If we modify the above example so that the application sets pname:apiVersion
616 providing an pname:apiVersion of 0 is equivalent to providing an
617 pname:apiVersion of `VK_MAKE_API_VERSION(0,1,0,0)`.
623 * [[VUID-VkApplicationInfo-apiVersion-04010]]
624 If pname:apiVersion is not `0`, then it must: be greater than or equal