d3dcompiler: Add D3DCreateBlob() declaration.
This commit is contained in:
parent
0fa0d17d67
commit
12d14c695f
|
@ -41,4 +41,6 @@
|
|||
#define D3DCOMPILE_OPTIMIZATION_LEVEL3 0x8000
|
||||
#define D3DCOMPILE_WARNINGS_ARE_ERRORS 0x40000
|
||||
|
||||
HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue