mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-14 17:24:45 +08:00
8 lines
163 B
C
8 lines
163 B
C
#pragma once
|
|
|
|
#include <vulkan/vulkan.h>
|
|
|
|
int list_vulkan_devices();
|
|
|
|
int get_vulkan_device_prop(uint32_t vk_device_index, VkPhysicalDeviceProperties* dev_props);
|