From 51d4b6008763e55754e0dd351486800e3fc7819b Mon Sep 17 00:00:00 2001 From: grm Date: Tue, 4 Jun 2024 19:38:26 +0300 Subject: move stuff to vks --- src/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 28f49e6..b9c9921 100644 --- a/src/state.h +++ b/src/state.h @@ -99,7 +99,7 @@ typedef struct state { vks_context vk; - VkQueue vk_graphics_queue; + VkQueue vk_graphics_and_compute_queue; VkQueue vk_present_queue; VkDescriptorSetLayout vk_descriptor_set_layout; -- cgit v1.2.3