Updated D3DXGetShaderInputSemantics patch.

This commit is contained in:
Alistair Leslie-Hughes 2015-07-24 18:30:17 +10:00 committed by Sebastian Lackner
parent 941323d469
commit 06226bdc44

View File

@ -41,7 +41,7 @@ index cdc470b..fecc3ee 100644
return E_OUTOFMEMORY;
}
+
+const DWORD* skip_instruction(const DWORD *byte_code, UINT shader_model)
+static const DWORD* skip_instruction(const DWORD *byte_code, UINT shader_model)
+{
+ TRACE("Shader model %u\n", shader_model);
+