Skip to content

Replace VK_LAYER_EXPORT with VWL_VKAPI_EXPORT

Later versions of Vulkan headers remove the VK_LAYER_EXPORT macro that marks symbols to use the "default" visiblility. We require this macro to interoperate with Vulkan loader in order to provide necessary entrypoint for symbol resolution and version information

Change-Id: I39d1e9e32a7477b6b9f07482c8c2caeb6c7949ef Signed-off-by: Normunds Rieksts normunds.rieksts@arm.com

Merge request reports