From 6af7e785890a322f60c21a51e3d41cd9015e6773 Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 5 Jun 2024 02:48:40 +0300 Subject: more vks --- src/state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index b9c9921..d4f7e6c 100644 --- a/src/state.h +++ b/src/state.h @@ -134,7 +134,6 @@ typedef struct state { char model_path[1000]; - VkSampleCountFlagBits msaa_samples; vks_image color_image; @@ -197,5 +196,5 @@ init_state(state_t *s) s->polygon_mode = VK_POLYGON_MODE_FILL; - s->msaa_samples = VK_SAMPLE_COUNT_1_BIT; + s->vk.msaa_samples = VK_SAMPLE_COUNT_1_BIT; } -- cgit v1.2.3