mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
a/vk: Mark unexported function as static [NFC]
This commit is contained in:
parent
c7fa7fe701
commit
17ea4a73eb
|
@ -316,7 +316,7 @@ get_timeline_semaphore_bit_support(struct vk_bundle *vk,
|
|||
#endif
|
||||
}
|
||||
|
||||
bool
|
||||
static bool
|
||||
is_timeline_semaphore_bit_supported(struct vk_bundle *vk, VkExternalSemaphoreHandleTypeFlagBits handle_type)
|
||||
{
|
||||
bool importable = false, exportable = false;
|
||||
|
|
Loading…
Reference in a new issue