summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h3
1 files changed, 1 insertions, 2 deletions
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;
}