SSBOs are now device local

Heavily increases performance of this sample
Fixes #905
This commit is contained in:
Sascha Willems 2021-11-28 11:16:35 +01:00
parent 41a52bda4c
commit fce1c93266
3 changed files with 37 additions and 25 deletions

View file

@ -15,7 +15,7 @@ layout (set = 0, binding = 1) buffer GeometrySBO
uint maxNodeCount;
};
layout (set = 0, binding = 2, r32ui) uniform uimage2D headIndexImage;
layout (set = 0, binding = 2, r32ui) uniform coherent uimage2D headIndexImage;
layout (set = 0, binding = 3) buffer LinkedListSBO
{