mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
externals: Update MoltenVK (#3694)
This commit is contained in:
@@ -119,8 +119,7 @@ Image::Image(const Vulkan::Instance& instance_, Vulkan::Scheduler& scheduler_,
|
||||
if (info.props.is_volume) {
|
||||
flags |= vk::ImageCreateFlagBits::e2DArrayCompatible;
|
||||
}
|
||||
// Not supported by MoltenVK.
|
||||
if (info.props.is_block && instance->GetDriverID() != vk::DriverId::eMoltenvk) {
|
||||
if (info.props.is_block) {
|
||||
flags |= vk::ImageCreateFlagBits::eBlockTexelViewCompatible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user