dea36fce6a
vk_enum_to_str only generates literals for enums with type: @type="enum", but many enums have type: @type="bitmask" and were not taken into account here. Main changes: Empty enums are now always skipped For bitmasks skipped *MAX_ENUM value Signed-off-by: Illia Abernikhin <illia.abernikhin@globallogic.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8173 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21146>