summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2024-06-04 19:38:26 +0300
committergrm <grm@eyesin.space>2024-06-04 19:38:26 +0300
commit51d4b6008763e55754e0dd351486800e3fc7819b (patch)
tree7bd38cb91998c223066a5847c003c0b745d23ebd /src/state.h
parentd90096048f4d96770c738addf9a22b2dd7fbd903 (diff)
downloadcgame-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.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;