mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 00:10:33 +01:00
panvk: Fix formatting around OpaqueCaptureAddress implementation
Make clang-format happy, again. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29670>
This commit is contained in:
parent
86813c60a4
commit
bf8652b8f0
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ panvk_GetBufferDeviceAddress(VkDevice _device,
|
|||
|
||||
VKAPI_ATTR uint64_t VKAPI_CALL
|
||||
panvk_GetBufferOpaqueCaptureAddress(VkDevice _device,
|
||||
const VkBufferDeviceAddressInfo* pInfo)
|
||||
const VkBufferDeviceAddressInfo *pInfo)
|
||||
{
|
||||
return panvk_GetBufferDeviceAddress(_device, pInfo);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -286,8 +286,8 @@ panvk_GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory,
|
|||
}
|
||||
|
||||
VKAPI_ATTR uint64_t VKAPI_CALL
|
||||
panvk_GetDeviceMemoryOpaqueCaptureAddress(VkDevice _device,
|
||||
const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo)
|
||||
panvk_GetDeviceMemoryOpaqueCaptureAddress(
|
||||
VkDevice _device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo)
|
||||
{
|
||||
VK_FROM_HANDLE(panvk_device_memory, memory, pInfo->memory);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue