quakeforge/libs/video/renderer/vulkan
Bill Currie ab08e4f207 Create a logical device with a single queue
A single graphics-capable queue should be enough for now. However, I'm
not sure I'm happy with a lot of the code: it's a bit difficult to write
flexibly configured code for Vulkan (or seems to be at this stage),
especially in C.
2019-07-07 01:28:05 +09:00
..
init.c Create a logical device with a single queue 2019-07-07 01:28:05 +09:00
Makefile.am Start work on a Vulkan-based renderer 2019-07-06 14:56:15 +09:00
namehack.h Start work on a Vulkan-based renderer 2019-07-06 14:56:15 +09:00
vulkan_draw.c Start work on a Vulkan-based renderer 2019-07-06 14:56:15 +09:00
vulkan_funcs.c Start work on a Vulkan-based renderer 2019-07-06 14:56:15 +09:00
vulkan_vid_common.c Create a logical device with a single queue 2019-07-07 01:28:05 +09:00