VKQUEUESPARSEBINDINGBIT
VKQUEUESPARSEB is a parameter found within the Vulkan graphics API. It is used in conjunction with queue family properties to describe the capabilities of a specific queue family on a Vulkan physical device. Specifically, it indicates whether a queue family supports sparse binding. Sparse binding allows for more flexible memory management in graphics applications by enabling the creation of resources where memory is not immediately bound. Instead, memory can be allocated and bound to portions of the resource on demand.
When a Vulkan physical device is queried for its queue family properties using `vkGetPhysicalDeviceQueueFamilyProperties2`, the `VkQueueFamilyProperties2`