summaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authoromnisci3nce <17525998+omnisci3nce@users.noreply.github.com>2024-03-23 12:19:52 +1100
committeromnisci3nce <17525998+omnisci3nce@users.noreply.github.com>2024-03-23 12:19:52 +1100
commitdf80f2cf0b851b527f715ebfe385dc4930a61512 (patch)
tree5029f1a5d9d436c540451aa8c00bfe0cebed560a /src/core.h
parent4fa2db8e3dbcca107af1b6bb027cbcb752199705 (diff)
required extensions and validation layers
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index 1b3e28b..f54631e 100644
--- a/src/core.h
+++ b/src/core.h
@@ -8,6 +8,7 @@
#include "threadpool.h"
typedef struct core {
+ // TODO: Add application name
renderer renderer;
threadpool threadpool;
input_state input;