d3dx9_36-GetShaderSemantics: Fix issue in implementation of D3DXGetShaderInputSemantics.

This commit is contained in:
Sebastian Lackner
2015-02-10 23:26:58 +01:00
parent 65c1bc4fd2
commit d8772033dd
2 changed files with 12 additions and 11 deletions

View File

@@ -1350,7 +1350,7 @@ 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 D3DXGetShaderInputSemantics + tests.", 2 },';
echo '+ { "Christian Costa", "d3dx9_36: Implement D3DXGetShaderOutputSemantics.", 1 },';
) >> "$patchlist"
fi