Added patch to implement D3DXGetShaderOutputSemantics.

This commit is contained in:
Sebastian Lackner
2015-02-10 21:16:32 +01:00
parent 5188eda906
commit 16f0d70b79
5 changed files with 88 additions and 1 deletions

View File

@@ -1348,8 +1348,10 @@ fi
# |
if test "$enable_d3dx9_36_GetShaderSemantics" -eq 1; then
patch_apply d3dx9_36-GetShaderSemantics/0001-d3dx9_36-Implement-D3DXGetShaderInputSemantics-tests.patch
patch_apply d3dx9_36-GetShaderSemantics/0002-d3dx9_36-Implement-D3DXGetShaderOutputSemantics.patch
(
echo '+ { "Christian Costa", "d3dx9_36: Implement D3DXGetShaderInputSemantics + tests.", 1 },';
echo '+ { "Christian Costa", "d3dx9_36: Implement D3DXGetShaderOutputSemantics.", 1 },';
) >> "$patchlist"
fi