From 269be80a1d6ba761e080c711f40df4de012c2465 Mon Sep 17 00:00:00 2001 From: gramanas 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