vkd3d-shader: Move SM4 byte code definitions to a separate header.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2021-08-04 21:21:07 -05:00
committed by Alexandre Julliard
parent 73bc52c273
commit 688cdb218e
4 changed files with 490 additions and 472 deletions

View File

@@ -173,6 +173,7 @@ libvkd3d_shader_la_SOURCES = \
libs/vkd3d-shader/hlsl.h \
libs/vkd3d-shader/hlsl_codegen.c \
libs/vkd3d-shader/preproc.h \
libs/vkd3d-shader/sm4.h \
libs/vkd3d-shader/spirv.c \
libs/vkd3d-shader/trace.c \
libs/vkd3d-shader/vkd3d_shader.map \