Add more code to the shader

This commit is contained in:
dpjudas 2024-09-15 04:12:19 +02:00
commit a885833db2
2 changed files with 94 additions and 30 deletions

View file

@ -55,9 +55,14 @@ struct PushConstants
struct LightTilesPushConstants
{
int normalLightCount;
int modulatedLightCount;
int subtractiveLightCount;
int additiveCount;
int modulatedCount;
int subtractiveCount;
int padding;
float rcpF;
float rcpFDivAspect;
float twoRcpViewportSizeX;
float twoRcpViewportSizeY;
};
class VkShaderKey