summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2024-06-04 19:38:26 +0300
committergramanas <anastasis.gramm2@gmail.com>2024-06-04 19:38:26 +0300
commit269be80a1d6ba761e080c711f40df4de012c2465 (patch)
tree7bd38cb91998c223066a5847c003c0b745d23ebd /src/state.h
parente3c514f1c279c9955cac6b1fa9d0ede6ecbc310d (diff)
downloadcgame-269be80a1d6ba761e080c711f40df4de012c2465.tar.gz
cgame-269be80a1d6ba761e080c711f40df4de012c2465.tar.bz2
cgame-269be80a1d6ba761e080c711f40df4de012c2465.zip
move stuff to vks
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
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;