aboutsummaryrefslogtreecommitdiff
path: root/x86_64-w64-mingw32/include/d3dcompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64-w64-mingw32/include/d3dcompiler.h')
-rw-r--r--x86_64-w64-mingw32/include/d3dcompiler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/x86_64-w64-mingw32/include/d3dcompiler.h b/x86_64-w64-mingw32/include/d3dcompiler.h
index c9358b9f..1c59c667 100644
--- a/x86_64-w64-mingw32/include/d3dcompiler.h
+++ b/x86_64-w64-mingw32/include/d3dcompiler.h
@@ -108,7 +108,8 @@ HRESULT WINAPI D3DGetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D
HRESULT WINAPI D3DGetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
HRESULT WINAPI D3DGetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3DBlob **blob);
HRESULT WINAPI D3DGetDebugInfo(const void *data, SIZE_T data_size, ID3DBlob **blob);
-
+HRESULT WINAPI D3DReadFileToBlob(const WCHAR *filename, ID3DBlob **contents);
+HRESULT WINAPI D3DWriteBlobToFile(ID3DBlob *blob, const WCHAR *filename, WINBOOL overwrite);
HRESULT WINAPI D3DReflect(const void *data, SIZE_T data_size, REFIID riid, void **reflector);
HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);