OSDN Git Service

vulkan: update vk_layer_interface.h
authorChia-I Wu <olv@google.com>
Wed, 13 Apr 2016 01:32:24 +0000 (09:32 +0800)
committerChia-I Wu <olv@google.com>
Wed, 13 Apr 2016 03:30:57 +0000 (11:30 +0800)
commit7fcd744c42c91eab5210df2080b0a7a6b5838f68
treeb057309224c52a5c30b12daa37c6cbeae02e1ea9
parenta1d53fa7c98db0f830782960e48736a3ea2d8da4
vulkan: update vk_layer_interface.h

Update to match vk_layer.h in Vulkan-LoaderAndValidationLayers.
Specifically,

 - VK_LAYER_FUNCTION_DEVICE is removed
 - VK_LAYER_FUNCTION_INSTANCE is removed
 - VK_LAYER_FUNCTION_DATA_CALLBACK is added

We do not use VK_LAYER_FUNCTION_DEVICE and VK_LAYER_FUNCTION_INSTANCE
anymore.  They were internal to the desktop loader as well.  Hopefully no
layer ever uses them.

Bug: 28015368
Change-Id: I4f3f91e8224eb943caca4792d74b63aef0b23ad2
vulkan/include/vulkan/vk_layer_interface.h