Changed global and local compute work group sizes (Fixes #251)
This commit is contained in:
parent
87e314947e
commit
8a22dd4c68
3 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue