mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
[vulkan] Remove duplicate descriptor set layout
Don't need two identical descriptor set layouts for particles.
This commit is contained in:
parent
427d239008
commit
cb0eeb9366
1 changed files with 0 additions and 22 deletions
|
@ -1106,28 +1106,6 @@ descriptorSetLayouts = {
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
particle_set = {
|
|
||||||
bindings = (
|
|
||||||
{
|
|
||||||
binding = 0;
|
|
||||||
descriptorType = storage_buffer;
|
|
||||||
descriptorCount = 1;
|
|
||||||
stageFlags = compute;
|
|
||||||
},
|
|
||||||
{
|
|
||||||
binding = 1;
|
|
||||||
descriptorType = storage_buffer;
|
|
||||||
descriptorCount = 1;
|
|
||||||
stageFlags = compute;
|
|
||||||
},
|
|
||||||
{
|
|
||||||
binding = 2;
|
|
||||||
descriptorType = storage_buffer;
|
|
||||||
descriptorCount = 1;
|
|
||||||
stageFlags = compute;
|
|
||||||
},
|
|
||||||
);
|
|
||||||
};
|
|
||||||
output_set = {
|
output_set = {
|
||||||
bindings = (
|
bindings = (
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue