Changed global and local compute work group sizes (Fixes #251)

This commit is contained in:
saschawillems 2016-11-29 20:45:38 +01:00
parent 87e314947e
commit 8a22dd4c68
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ layout(std140, binding = 0) buffer Pos
Particle particles[ ];
};
layout (local_size_x = 16, local_size_y = 16) in;
layout (local_size_x = 256) in;
layout (binding = 1) uniform UBO
{