Skip to content

radv: directly use vk_format_map for vertex input

Mike Blumenkrantz requested to merge zmike/mesa:radv-format into main

this is much faster than calling a non-inline function with conditionals to index the same array

Merge request reports