Skip to content

tu: Clear unused fields in GetPhysicalDeviceMemoryProperties2

Connor Abbott requested to merge cwabbott0/mesa:tu-get-mem-props-fix into main

The CTS compares the result of GetPhysicalDeviceMemoryProperties and the 2 version with a straight memcmp, and since there are unused heaps and types we didn't initialize it complained.

Merge request reports