vulkan-wsi-layer/layer
Iason Paraskevopoulos 212a7314c3 Update json manifest
Updates the api_version to 1.2 in the json manifest. Also, adds the
entrypoints node in the device extensions as it is mandated by the
loader's documentation when an extension adds Vulkan API functions.

Removes support for intercepting vkEnumerateInstanceLayerProperties,
vkEnumerateInstanceExtensionProperties and
vkEnumerateDeviceExtensionProperties as the loader can get the
information they provide from the layer's json manifest in its
terminator functions.

Change-Id: I2c304d1d2ea17d3ea0c723694f8fc4c8a92054a0
Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>
2021-10-07 13:22:00 +00:00
..
layer.cpp Update json manifest 2021-10-07 13:22:00 +00:00
private_data.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
private_data.hpp Use explicit synchronization for Wayland surfaces 2021-09-14 10:52:28 +01:00
surface_api.cpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
surface_api.hpp Implement objects associated with VkSurface 2021-08-17 16:42:21 +01:00
swapchain_api.cpp Add support for some Vulkan 1.1 structs 2021-09-23 15:35:51 +01:00
swapchain_api.hpp Add support for some Vulkan 1.1 structs 2021-09-23 15:35:51 +01:00
VkLayer_window_system_integration.json Update json manifest 2021-10-07 13:22:00 +00:00