mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 01:17:49 +00:00
renderer_vulkan: ignore viewport stores on non-supporting drivers
This commit is contained in:
parent
d0d6abbc21
commit
a41e57d968
5 changed files with 11 additions and 1 deletions
|
@ -669,6 +669,10 @@ public:
|
|||
return supports_conditional_barriers;
|
||||
}
|
||||
|
||||
bool SupportsMultiViewport() const {
|
||||
return features2.features.multiViewport;
|
||||
}
|
||||
|
||||
[[nodiscard]] static constexpr bool CheckBrokenCompute(VkDriverId driver_id,
|
||||
u32 driver_version) {
|
||||
if (driver_id == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue