Vulkan-ValidationLayers
Vulkan-ValidationLayers copied to clipboard
Detect if descriptor is statically indexed
from https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/6883 we only detect if the descriptor is an array or not.
This leaves gaps in validation when we know the size of the array and have constants access chains into it.
It will need to be investigated if these edge cases are better to leave only for GPU-AV or if it is easily detectable