aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-08 18:48:10 +0000
committernathan <nathansmith@disroot.org>2025-08-08 18:48:10 +0000
commite5acfb329827802fe2259f91701dc8762c2573b6 (patch)
tree8d461b2d0e1864633341d066f783172790c62dc9 /src/assets.c
parent94ca30b13bffe1f02313b7fd32b2320e5c490fa5 (diff)
downloadFindThings-e5acfb329827802fe2259f91701dc8762c2573b6.tar.gz
FindThings-e5acfb329827802fe2259f91701dc8762c2573b6.tar.bz2
FindThings-e5acfb329827802fe2259f91701dc8762c2573b6.zip
Mesh instancing test working
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index 09388b8..1da7197 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -13,7 +13,8 @@ const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX] = {
};
const char shaderAssetNames[SHADER_ASSET_COUNT][FT_NAMEMAX] = {
- "skybox"
+ "skybox",
+ "instancing"
};
const char modelAssetPaths[MODEL_ASSET_COUNT][FT_NAMEMAX] = {