mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
a/vk: Helper function static [NFC]
This commit is contained in:
parent
a39d98cbd6
commit
a6ec2c1aa8
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2020, Collabora, Ltd.
|
||||
// Copyright 2020-2023, Collabora, Ltd.
|
||||
// SPDX-License-Identifier: BSL-1.0
|
||||
/*!
|
||||
* @file
|
||||
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
VkExternalMemoryHandleTypeFlags
|
||||
static VkExternalMemoryHandleTypeFlags
|
||||
get_image_memory_handle_type(void)
|
||||
{
|
||||
#if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER)
|
||||
|
|
Loading…
Reference in a new issue