mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 23:04:07 +00:00
Support flipped Y on VK 1.1 devices (#2512)
This commit is contained in:
parent
59ca27d08d
commit
58bf05f046
@ -968,7 +968,7 @@ impl super::Instance {
|
||||
}
|
||||
if !phd_capabilities.supports_extension(vk::AmdNegativeViewportHeightFn::name())
|
||||
&& !phd_capabilities.supports_extension(vk::KhrMaintenance1Fn::name())
|
||||
&& phd_capabilities.properties.api_version < vk::API_VERSION_1_2
|
||||
&& phd_capabilities.properties.api_version < vk::API_VERSION_1_1
|
||||
{
|
||||
log::warn!(
|
||||
"viewport Y-flip is not supported, hiding adapter: {}",
|
||||
|
Loading…
Reference in New Issue
Block a user