mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated D3DXGetShaderInputSemantics patch.
This commit is contained in:
parent
941323d469
commit
06226bdc44
@ -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);
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user