This commit is contained in:
Nishi 2026-01-11 20:26:15 +09:00
commit dd544c245e
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 81 additions and 68 deletions

View file

@ -2,8 +2,8 @@
#include <GearBox/Math.h>
#define SHADOW_WIDTH 1024
#define SHADOW_HEIGHT 1024
#define SHADOW_WIDTH 512
#define SHADOW_HEIGHT 512
#define SHADOW_CULL
void GBGLShadowInit(GBGL gl) {