mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
d3d1x: fix API name
This commit is contained in:
parent
e7624e23a3
commit
3d4a15dfab
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ HRESULT D3D10GetOutputSignatureBlob(
|
|||
return dxbc_assemble_as_blob((dxbc_chunk_header**)&sig, 1, ppSignatureBlob);
|
||||
}
|
||||
|
||||
HRESULT D3D10GetInputOutputSignatureBlob(
|
||||
HRESULT D3D10GetInputAndOutputSignatureBlob(
|
||||
__in const void *pShaderBytecode,
|
||||
__in SIZE_T BytecodeLength,
|
||||
__out ID3D10Blob **ppSignatureBlob
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue