diff options
author | 3gg <3gg@shellblade.net> | 2025-06-27 10:18:39 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-06-27 10:18:39 -0700 |
commit | bd57f345ed9dbed1d81683e48199626de2ea9044 (patch) | |
tree | 4221f2f2a7ad2244d2e93052bd68187ec91b8ea9 /src/core/constants.h | |
parent | 9a82ce0083437a4f9f58108b2c23b957d2249ad8 (diff) |
Diffstat (limited to 'src/core/constants.h')
-rw-r--r-- | src/core/constants.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/constants.h b/src/core/constants.h new file mode 100644 index 0000000..a6a3b94 --- /dev/null +++ b/src/core/constants.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #pragma once | ||
2 | |||
3 | // Shaders vertex attribute locations must match the channels here. | ||
4 | #define GFX_POSITION_CHANNEL 0 | ||
5 | #define GFX_NORMAL_CHANNEL 1 | ||
6 | #define GFX_TANGENT_CHANNEL 2 | ||
7 | #define GFX_TEXCOORDS_CHANNEL 3 | ||
8 | #define GFX_JOINTS_CHANNEL 4 | ||
9 | #define GFX_WEIGHTS_CHANNEL 5 | ||