Home
last modified time | relevance | path

Searched defs:vulkan_context (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dvulkan_common.h93 typedef struct vulkan_context struct
95 slock_t *queue_lock;
98 VkInstance instance;
99 VkPhysicalDevice gpu;
100 VkDevice device;
101 VkQueue queue;
103 VkPhysicalDeviceProperties gpu_properties;
104 VkPhysicalDeviceMemoryProperties memory_properties;
106 VkImage swapchain_images[VULKAN_MAX_SWAPCHAIN_IMAGES];
108 VkFormat swapchain_format;
[all …]