diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-18 23:09:54 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-18 23:09:54 +0000 |
| commit | e3f220ee2003e93b2a1ebc335630fac8444a412e (patch) | |
| tree | 748a84ea22be2a39f104b18940b9f77b80556b6b /src/assets.h | |
| parent | adf84529a0f59bccea0e111b0f76d2eef3968971 (diff) | |
| download | FindThings-e3f220ee2003e93b2a1ebc335630fac8444a412e.tar.gz FindThings-e3f220ee2003e93b2a1ebc335630fac8444a412e.tar.bz2 FindThings-e3f220ee2003e93b2a1ebc335630fac8444a412e.zip | |
Color thingy
Diffstat (limited to 'src/assets.h')
| -rw-r--r-- | src/assets.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h index 2cd5765..9b93e0e 100644 --- a/src/assets.h +++ b/src/assets.h @@ -1,11 +1,12 @@ #include "utils.h" +#include "settings.h" #ifndef ASSETS_H #define ASSETS_H #define TEXTURE_ASSET_COUNT 15 #define IMAGE_ASSET_COUNT 1 -#define SHADER_ASSET_COUNT 2 +#define SHADER_ASSET_COUNT 3 #define MODEL_ASSET_COUNT 4 extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX]; @@ -42,7 +43,8 @@ enum { // Shader asset ids. enum { SKYBOX_SHADER, - INSTANCING_SHADER + INSTANCING_SHADER, + COLOR_DEPTH_SHADER }; // Model asset ids. |
