We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0e2c5 commit 918b1bbCopy full SHA for 918b1bb
1 file changed
backends/vulkan/runtime/vk_api/memory/Allocator.cpp
@@ -11,7 +11,8 @@
11
namespace vkcompute {
12
namespace vkapi {
13
14
-bool test_host_cached_available(VkPhysicalDevice physical_device) {
+VmaAllocationCreateFlags test_host_cached_available(
15
+ VkPhysicalDevice physical_device) {
16
VkPhysicalDeviceMemoryProperties mem_props;
17
vkGetPhysicalDeviceMemoryProperties(physical_device, &mem_props);
18
0 commit comments