mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 05:35:07 +01:00
Make shaderImageGatherExtended
a required VkDevice
feature
`shaderImageGatherExtended` is required by the shader compiler, to avoid complications associated with making it optional and considering that it's supported by the vast majority of Vulkan mobile devices, it was made a mandatory feature.
This commit is contained in:
parent
ece2785582
commit
3e45006d14
@ -132,6 +132,7 @@ namespace skyline::gpu {
|
|||||||
throw exception("Vulkan device doesn't support required feature: " #feature)
|
throw exception("Vulkan device doesn't support required feature: " #feature)
|
||||||
|
|
||||||
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.independentBlend);
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.independentBlend);
|
||||||
|
FEAT_REQ(vk::PhysicalDeviceFeatures2, features.shaderImageGatherExtended);
|
||||||
|
|
||||||
#undef FEAT_REQ
|
#undef FEAT_REQ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user