From e5acfb329827802fe2259f91701dc8762c2573b6 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Aug 2025 12:48:10 -0600 Subject: Mesh instancing test working --- src/assets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/assets.c') 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] = { -- cgit v1.2.3