mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
turnip: advertise VkExternalFenceProperties correctly
Remove tu_GetPhysicalDeviceExternalFenceProperties and let the common entrypoint does the work. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18711>
This commit is contained in:
parent
2569215f43
commit
79208d8bf3
1 changed files with 0 additions and 11 deletions
|
|
@ -3081,17 +3081,6 @@ tu_GetMemoryFdPropertiesKHR(VkDevice _device,
|
|||
return VK_SUCCESS;
|
||||
}
|
||||
|
||||
VKAPI_ATTR void VKAPI_CALL
|
||||
tu_GetPhysicalDeviceExternalFenceProperties(
|
||||
VkPhysicalDevice physicalDevice,
|
||||
const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo,
|
||||
VkExternalFenceProperties *pExternalFenceProperties)
|
||||
{
|
||||
pExternalFenceProperties->exportFromImportedHandleTypes = 0;
|
||||
pExternalFenceProperties->compatibleHandleTypes = 0;
|
||||
pExternalFenceProperties->externalFenceFeatures = 0;
|
||||
}
|
||||
|
||||
VKAPI_ATTR void VKAPI_CALL
|
||||
tu_GetDeviceGroupPeerMemoryFeatures(
|
||||
VkDevice device,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue