Browse Source

Adding missing headers

pull/3062/head
CamilleLaVey 2 months ago
committed by lizzie
parent
commit
7f587e952c
  1. 1
      src/video_core/vulkan_common/vulkan_device.cpp

1
src/video_core/vulkan_common/vulkan_device.cpp

@ -1520,7 +1520,6 @@ u64 Device::GetDeviceMemoryUsage() const {
return result;
}
void Device::CollectPhysicalMemoryInfo() {
// Calculate limits using memory budget
VkPhysicalDeviceMemoryBudgetPropertiesEXT budget{};

Loading…
Cancel
Save