libs/vkd3d-shader: Import SM4+ bytecode parser from Wine.

This commit is contained in:
Józef Kucia 2017-06-16 22:38:21 +02:00
parent ad465999ad
commit 31c6bfe24f
3 changed files with 2509 additions and 0 deletions

View File

@ -64,6 +64,7 @@ libvkd3d_shader_la_SOURCES = \
include/private/vkd3d_common.h \
include/private/vkd3d_debug.h \
include/private/vkd3d_memory.h \
libs/vkd3d-shader/dxbc.c \
libs/vkd3d-shader/vkd3d_shader_main.c \
libs/vkd3d-shader/vkd3d_shader_private.h
libvkd3d_shader_la_LIBADD = libvkd3d-common.la

1728
libs/vkd3d-shader/dxbc.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff