d3d10: Forward D3D10GetShaderDebugInfo() to d3dcompiler.
This commit is contained in:
parent
8607be1f81
commit
9e0f26cdd6
|
@ -13,7 +13,7 @@
|
||||||
@ stdcall D3D10GetInputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetInputSignatureBlob
|
@ stdcall D3D10GetInputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetInputSignatureBlob
|
||||||
@ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetOutputSignatureBlob
|
@ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) d3dcompiler_43.D3DGetOutputSignatureBlob
|
||||||
@ stdcall D3D10GetPixelShaderProfile(ptr)
|
@ stdcall D3D10GetPixelShaderProfile(ptr)
|
||||||
@ stub D3D10GetShaderDebugInfo
|
@ stdcall D3D10GetShaderDebugInfo(ptr long ptr) d3dcompiler_43.D3DGetDebugInfo
|
||||||
@ stub D3D10GetVersion
|
@ stub D3D10GetVersion
|
||||||
@ stdcall D3D10GetVertexShaderProfile(ptr)
|
@ stdcall D3D10GetVertexShaderProfile(ptr)
|
||||||
@ stub D3D10PreprocessShader
|
@ stub D3D10PreprocessShader
|
||||||
|
|
|
@ -293,5 +293,6 @@ HRESULT WINAPI D3D10ReflectShader(const void *data, SIZE_T data_size, ID3D10Shad
|
||||||
HRESULT WINAPI D3D10GetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
HRESULT WINAPI D3D10GetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
||||||
HRESULT WINAPI D3D10GetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
HRESULT WINAPI D3D10GetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
||||||
HRESULT WINAPI D3D10GetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
HRESULT WINAPI D3D10GetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
||||||
|
HRESULT WINAPI D3D10GetShaderDebugInfo(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
||||||
|
|
||||||
#endif /* __WINE_D3D10SHADER_H */
|
#endif /* __WINE_D3D10SHADER_H */
|
||||||
|
|
Loading…
Reference in New Issue