OSDN Git Service

util/vulkan: Add vk_outarray (v2)
authorChad Versace <chadversary@chromium.org>
Sat, 25 Feb 2017 04:58:59 +0000 (20:58 -0800)
committerChad Versace <chadversary@chromium.org>
Mon, 13 Mar 2017 22:08:11 +0000 (15:08 -0700)
commit62160536a0792c8577ffe52409f301cf93376a9d
tree5499289213b8255e6479ca38115b1df6cfb552a3
parentbf47e5ba532d1bfd8780fa784e5a279ca5a96237
util/vulkan: Add vk_outarray (v2)

This is a wrapper for a Vulkan output array. A Vulkan output array is
one that follows the convention of the parameters to
vkGetPhysicalDeviceQueueFamilyProperties().

v2: Replace vk_outarray_is_incomplete() with vk_outarray_status(). For
    Jason.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/util/vk_util.h