Skip to content

vulkan: Sanitize properties from GetPhysicalDeviceFormatProperties

Bit-31 is not valid to return in the original vkGetPhysicalDeviceFormatProperties. Sanitize the bit returned from the internal GetPhysicalDeviceFormatProperties2 to ensure invalid bits aren't return to the application.

Closes: #8733 (closed) Cc: mesa-stable

Edited by Ryan Houdek

Merge request reports