Merge branch 'master' of github.com:SaschaWillems/Vulkan
This commit is contained in:
commit
e1e348ac7a
21 changed files with 1400 additions and 494 deletions
|
|
@ -18,8 +18,6 @@ layout (local_size_x = 256) in;
|
|||
layout (binding = 1) uniform UBO
|
||||
{
|
||||
float deltaT;
|
||||
float destX;
|
||||
float destY;
|
||||
int particleCount;
|
||||
} ubo;
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -17,8 +17,6 @@ layout (local_size_x = 256) in;
|
|||
layout (binding = 1) uniform UBO
|
||||
{
|
||||
float deltaT;
|
||||
float destX;
|
||||
float destY;
|
||||
int particleCount;
|
||||
} ubo;
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue