Skip to content

vulkan: Add some border color helpers

Faith Ekstrand requested to merge gfxstrand/mesa:vulkan/border-color into main

Panvk managed to get this wrong so I figure we may as well have some helpers. If nothing else, these make it really easy to look at code and see what the enums mean. Turns out a couple other drivers can delete some code if we have these too.

Edited by Faith Ekstrand

Merge request reports