summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2024-06-05 02:48:40 +0300
committergramanas <anastasis.gramm2@gmail.com>2024-06-05 02:48:40 +0300
commit6af7e785890a322f60c21a51e3d41cd9015e6773 (patch)
tree02c9953325490dff640742ae6d3a53f7ef352d52 /src/state.h
parent269be80a1d6ba761e080c711f40df4de012c2465 (diff)
downloadcgame-6af7e785890a322f60c21a51e3d41cd9015e6773.tar.gz
cgame-6af7e785890a322f60c21a51e3d41cd9015e6773.tar.bz2
cgame-6af7e785890a322f60c21a51e3d41cd9015e6773.zip
more vks
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;
}