Started working towards supporting all the splits

This commit is contained in:
antopilo
2025-01-12 00:02:56 -05:00
parent 890b1c44b2
commit e203ac5bd8
10 changed files with 106 additions and 25 deletions

View File

@@ -45,8 +45,8 @@ struct Light
float outerConeAngle;
float innerConeAngle;
bool castShadow;
int shadowMapTextureId;
int transformId;
int shadowMapTextureId[4];
int transformId[4];
};
[[vk::binding(0, 6)]]