summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-30 17:42:15 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-30 17:42:15 +1100
commitf07e87a86e386ba0f65c5a1e962b6a90cfe26ced (patch)
tree4ac8d5e551efd8e269dceefce7c1975889f484c9 /examples
parentc5176c9c001c7d32cc2c658e09be8a4b5237685b (diff)
uniform with descriptor set. fix image_index being 4 when expoected to be 3
Diffstat (limited to 'examples')
-rw-r--r--examples/main_loop/ex_main_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c
index 728290f..9a6f98c 100644
--- a/examples/main_loop/ex_main_loop.c
+++ b/examples/main_loop/ex_main_loop.c
@@ -1,6 +1,7 @@
#include <glfw3.h>
#include "core.h"
+#include "maths.h"
#include "render.h"
#include "render_backend.h"