Skip to content

Commit

Permalink
memory_manager: VMA_MEMORY_USAGE_GPU_ONLY is also deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Jan 3, 2025
1 parent 844c5a1 commit 9bd6d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/skyline/gpu/memory_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace skyline::gpu::memory {

Image MemoryManager::AllocateImage(const vk::ImageCreateInfo &createInfo) {
VmaAllocationCreateInfo allocationCreateInfo{
.usage = VMA_MEMORY_USAGE_GPU_ONLY,
.requiredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT,
};

VkImage image;
Expand Down

0 comments on commit 9bd6d67

Please sign in to comment.