Merge branch 'master' of github.com:SaschaWillems/Vulkan

This commit is contained in:
Sascha Willems 2019-10-27 17:53:51 +01:00
commit e1e348ac7a
21 changed files with 1400 additions and 494 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;