MetalDevice: Add support for framebuffer fetch

This commit is contained in:
Stenzek
2024-04-12 17:21:09 +10:00
parent 42ac79d42a
commit e5a024ba85
5 changed files with 179 additions and 9 deletions

View File

@ -3886,5 +3886,7 @@ void VulkanDevice::DrawIndexedWithBarrier(u32 index_count, u32 base_index, u32 b
}
}
break;
DefaultCaseIsUnreachable();
}
}