vk: Remove SHAREABLE bits
They were removed from the Vulkan API and we don't really use them because there are no multi-GPU i965 systems.
This commit is contained in:
@@ -1092,8 +1092,7 @@ fill_memory_requirements(
|
||||
VK_MEMORY_PROPERTY_HOST_DEVICE_COHERENT_BIT |
|
||||
/* VK_MEMORY_PROPERTY_HOST_UNCACHED_BIT | */
|
||||
VK_MEMORY_PROPERTY_HOST_WRITE_COMBINED_BIT |
|
||||
VK_MEMORY_PROPERTY_PREFER_HOST_LOCAL |
|
||||
VK_MEMORY_PROPERTY_SHAREABLE_BIT;
|
||||
VK_MEMORY_PROPERTY_PREFER_HOST_LOCAL;
|
||||
|
||||
memory_requirements->memPropsRequired = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user