Question about the Vulkan APIs. Many of the capability queries are performed by first asking how man

Question about the Vulkan APIs. Many of the capability queries are performed by first asking how many things there are, and then stackallocing a span, and asking for the things. Silk.NET is rather 1:1, but does there happen to be helpers for those cases? Or any other helpers like the Chains?
Was this page helpful?