Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VkPhysicalDeviceDepthStencilResolveProperties doesn't implement ExtendsPhysicalDeviceFeatures2 #980

Open
EriKWDev opened this issue Jan 18, 2025 · 1 comment

Comments

@EriKWDev
Copy link

EriKWDev commented Jan 18, 2025

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

https://registry.khronos.org/vulkan/specs/latest/man/html/VkPhysicalDeviceDepthStencilResolveProperties.html

using ash 0.38

@Dolphin2Point1
Copy link

You need to push it onto a PhysicalDeviceProperties2 and call get_physical_device_properties2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants