Merge branch 'spec-176-api-remove-patch-version-check' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Mon, 7 Mar 2016 23:19:48 +0000 (18:19 -0500)
committerPyry Haulos <phaulos@google.com>
Mon, 7 Mar 2016 23:19:48 +0000 (18:19 -0500)
commitd87c6c1211364d1ce45f6bbb3e7949abca812a7b
tree6d0dc21a56b9cd7f0d9f131b038aeea71298206c
parent951e6df74d5ea12120e19ceb4cb38bab01891243
parent03777fd13165772a6e31730fabcce480b6b95084
Merge branch 'spec-176-api-remove-patch-version-check' into 'vulkan-cts-1.0'

Issue 322: dEQP-VK.api.device_init.create_instance_invalid_api_version - remove patch version check

In the spirit of spec bug #176, the implementation should not emit error on unrecognized PATCH component of VkApplicationInfo.apiVersion.

This makes implementation compatible with all header patch versions that may be used by the application.

This fixes #322

See merge request !454