OSDN Git Service

vulkan: check flags for early debug report callbacks
authorChia-I Wu <olv@google.com>
Fri, 13 May 2016 02:45:59 +0000 (10:45 +0800)
committerChia-I Wu <olv@google.com>
Fri, 13 May 2016 04:20:18 +0000 (12:20 +0800)
commitede02ac245b5f2aa1139d6cb0e2dc7c0f8f290d2
tree87846dda36a3f572d8f589fe7b1f7997f8aaa120
parent40c07a1d002561fc8db987ec30d890b041fb6336
vulkan: check flags for early debug report callbacks

We have a different path to invoke early (that is, vkCreateInstance) debug
report callbacks.  Check for "flags" in this path as well.

Bug: 28753666
Change-Id: I49b5f2920b38ffdf69036f352166ae3b0aca62c5
vulkan/libvulkan/debug_report.cpp