Removed unused compute shader ubo members
This commit is contained in:
parent
b3214c521b
commit
eddd724e7c
5 changed files with 1 additions and 9 deletions
|
|
@ -17,8 +17,6 @@ layout (local_size_x = 256) in;
|
|||
layout (binding = 1) uniform UBO
|
||||
{
|
||||
float deltaT;
|
||||
float destX;
|
||||
float destY;
|
||||
int particleCount;
|
||||
} ubo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue