a/vk: Mark unexported function as static [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-04-21 14:25:58 +01:00
parent c7fa7fe701
commit 17ea4a73eb

View file

@ -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;