VkSharingMode | NVK Search
  1. No Results
Categories
VkSharingMode Buffer and image sharing modes Stub
VkSharingMode = {
  VK_SHARING_MODE_EXCLUSIVE: 0,
  VK_SHARING_MODE_CONCURRENT: 1
};
Properties VkSharingMode.VK_SHARING_MODE_EXCLUSIVE specifies that access to any range or image subresource of the object will be exclusive to a single queue family at a time. VkSharingMode.VK_SHARING_MODE_CONCURRENT specifies that concurrent access to any range or image subresource of the object from multiple queue families is supported.