util: Add a mapping from VkFormat to PIPE_FORMAT.
[mesa.git] / src / vulkan / util / meson.build
index 9153878eadc9b5c89258420fa33c5a83d3f130b2..f4f7d1730e3941d20d031b97ae5a7cddd769b585 100644 (file)
@@ -22,6 +22,7 @@ files_vulkan_util = files(
   'vk_alloc.h',
   'vk_debug_report.c',
   'vk_debug_report.h',
+  'vk_format.c',
   'vk_util.c',
   'vk_util.h',
 )