Add more code to the shader
This commit is contained in:
parent
2778225048
commit
a885833db2
2 changed files with 94 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue