OSDN Git Service

libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha
authorJesse Hall <jessehall@google.com>
Tue, 9 Feb 2016 21:26:59 +0000 (13:26 -0800)
committerJesse Hall <jessehall@google.com>
Wed, 10 Feb 2016 06:44:47 +0000 (06:44 +0000)
commitfe2662d9e32d994346e7705c54043d8eb90a3734
treed329c3db9e3f7b971ebdb3f328a75512a2d04e86
parentc5cec281654c5dee2273ce4bebd3a749c3a1119e
libvulkan: Initialize VkSurfacePropertiesKHR::supportedCompositeAlpha

Also rearrange the code to set the fields of this struct in the same
order they appear in the struct, to make it easier to tell when
something is missing.

Bug: 26991609
Change-Id: I681ed42c96ac75bb1589d30ab75f760f660eacdd
vulkan/libvulkan/swapchain.cpp