You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if VkPhysicalDeviceDepthStencilResolveProperties::default() is constructed and used in .push_next() on PhysicalDeviceFeatures2::default(), we get a compilation errror
According to the spec it seems it should be possible to query
if
VkPhysicalDeviceDepthStencilResolveProperties::default()
is constructed and used in.push_next()
onPhysicalDeviceFeatures2::default()
, we get a compilation errrorAccording to the spec it seems it should be possible to query
https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceDepthStencilResolveProperties.html
using ash 0.38
The text was updated successfully, but these errors were encountered: