lavapipe: fix missing VKAPI_CALL attribute
Fixes build on mingw
Fixes: c198adf7
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12484>
This commit is contained in:
@@ -1095,7 +1095,7 @@ VKAPI_ATTR void VKAPI_CALL lvp_GetPhysicalDeviceMemoryProperties2(
|
||||
&pMemoryProperties->memoryProperties);
|
||||
}
|
||||
|
||||
VkResult
|
||||
VKAPI_ATTR VkResult VKAPI_CALL
|
||||
lvp_GetMemoryHostPointerPropertiesEXT(
|
||||
VkDevice _device,
|
||||
VkExternalMemoryHandleTypeFlagBits handleType,
|
||||
|
||||
Reference in New Issue
Block a user