diff options
author | grm <grm@eyesin.space> | 2024-06-04 19:38:26 +0300 |
---|---|---|
committer | grm <grm@eyesin.space> | 2024-06-04 19:38:26 +0300 |
commit | 51d4b6008763e55754e0dd351486800e3fc7819b (patch) | |
tree | 7bd38cb91998c223066a5847c003c0b745d23ebd /src/state.h | |
parent | d90096048f4d96770c738addf9a22b2dd7fbd903 (diff) | |
download | cgame-51d4b6008763e55754e0dd351486800e3fc7819b.tar.gz cgame-51d4b6008763e55754e0dd351486800e3fc7819b.tar.bz2 cgame-51d4b6008763e55754e0dd351486800e3fc7819b.zip |
move stuff to vks
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; |