vkd3d-shader: Introduce VKD3D_SHADER_TARGET_MSL.

This commit is contained in:
Feifan He
2024-08-27 10:34:57 +08:00
committed by Henri Verbeet
parent ab525f31e4
commit 23ba1a5e07
Notes: Henri Verbeet 2024-09-12 18:55:53 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1055
7 changed files with 52 additions and 2 deletions

View File

@@ -361,6 +361,7 @@ libvkd3d_shader_la_SOURCES = \
libs/vkd3d-shader/hlsl_codegen.c \
libs/vkd3d-shader/hlsl_constant_ops.c \
libs/vkd3d-shader/ir.c \
libs/vkd3d-shader/msl.c \
libs/vkd3d-shader/preproc.h \
libs/vkd3d-shader/spirv.c \
libs/vkd3d-shader/tpf.c \