Removed unused compute shader ubo members

This commit is contained in:
Sascha Willems 2019-10-23 20:45:54 +02:00
parent b3214c521b
commit eddd724e7c
5 changed files with 1 additions and 9 deletions

View file

@ -18,8 +18,6 @@ layout (local_size_x = 256) in;
layout (binding = 1) uniform UBO
{
float deltaT;
float destX;
float destY;
int particleCount;
} ubo;

View file

@ -17,8 +17,6 @@ layout (local_size_x = 256) in;
layout (binding = 1) uniform UBO
{
float deltaT;
float destX;
float destY;
int particleCount;
} ubo;