Blender V5.0
vk_ghost_api.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2022 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
12
13namespace blender::gpu {
14
28bool GPU_vulkan_is_supported_driver(VkPhysicalDevice vk_physical_device);
29
30} // namespace blender::gpu
bool GPU_vulkan_is_supported_driver(VkPhysicalDevice vk_physical_device)
Definition vk_backend.cc:48