vk/util: add unified shader module struct/functions
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 10 Mar 2021 22:48:30 +0000 (17:48 -0500)
committerMarge Bot <eric+marge@anholt.net>
Mon, 15 Mar 2021 21:47:44 +0000 (21:47 +0000)
commit76078ed9fe3009386500c5545f499e1f6cdf067e
treed96672db9765ae099865038e1a13c0fc80be5a9f
parentb0de4468c24839aca3c659acc138f3db66bdcbb5
vk/util: add unified shader module struct/functions

there's some extra logging stuff dumped into here to match functionality,
eventually that should also be consolidated into vk_util.c

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9508>
src/vulkan/util/meson.build
src/vulkan/util/vk_shader_module.c [new file with mode: 0644]
src/vulkan/util/vk_shader_module.h [new file with mode: 0644]