diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |