mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
vulkan: add missing vk_shader_module.c/h includes to Makefile
Fixes: 76078ed9fe ("vk/util: add unified shader module struct/functions")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9620>
This commit is contained in:
parent
23538ed7a8
commit
7c68a2518f
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ VULKAN_UTIL_FILES := \
|
|||
util/vk_physical_device.c \
|
||||
util/vk_physical_device.h \
|
||||
util/vk_render_pass.c \
|
||||
util/vk_shader_module.c \
|
||||
util/vk_shader_module.h \
|
||||
util/vk_util.c \
|
||||
util/vk_util.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue