Skip to content

vulkan/object: Always include the type

Faith Ekstrand requested to merge gfxstrand/mesa:review/fix-vk-base into master

This was causing problems for some of the ANV unit tests when run in release mode. Having a public struct whose layout depends on NDEBUG seems kind-of sketchy anyway.

Fixes: 32f20783 "vulkan: Add run-time object type asserts in..." Closes: #2903 (closed)

Merge request reports