vulkan/registry: Add VK_ANDROID_native_buffer
authorChad Versace <chadversary@chromium.org>
Mon, 10 Jul 2017 17:43:08 +0000 (10:43 -0700)
committerChad Versace <chadversary@chromium.org>
Mon, 18 Sep 2017 21:26:54 +0000 (14:26 -0700)
commit7554fa266a87d84d914683a649ad50a654c19ab0
treeb29b3913728d4b375f8451ba86172e9ac3e794ac
parentf07ac34e6f3cb61f99009ab9065e1f6a1bc8a945
vulkan/registry: Add VK_ANDROID_native_buffer

The VK_ANDROID_native_buffer extension is missing from the official
vk.xml. This patch defines the extension in a separate, minimal XML
file: vk_android_native_buffer.xml.

I chose to add the extension to a new XML file instead of adding it to
the official vk.xml in order to avoid conflicts each time we sync the
vk.xml from Khronos.

This should be only a temporary solution until Jesse Hall is persuaded
to add it to the official vk.xml.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/Makefile.am
src/vulkan/registry/vk_android_native_buffer.xml [new file with mode: 0644]