Author: akhaldi Date: Sun Nov 22 16:34:06 2015 New Revision: 70034
URL: http://svn.reactos.org/svn/reactos?rev=70034&view=rev Log: [PSDK] Update d3dcompiler.h. CORE-10536
Modified: trunk/reactos/include/psdk/d3dcompiler.h
Modified: trunk/reactos/include/psdk/d3dcompiler.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/d3dcompiler.h?... ============================================================================== --- trunk/reactos/include/psdk/d3dcompiler.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/d3dcompiler.h [iso-8859-1] Sun Nov 22 16:34:06 2015 @@ -54,7 +54,10 @@ #define D3DCOMPILE_OPTIMIZATION_LEVEL1 0x00000000 #define D3DCOMPILE_OPTIMIZATION_LEVEL2 0x0000c000 #define D3DCOMPILE_OPTIMIZATION_LEVEL3 0x00008000 +#define D3DCOMPILE_RESERVED16 0x00010000 +#define D3DCOMPILE_RESERVED17 0x00020000 #define D3DCOMPILE_WARNINGS_ARE_ERRORS 0x00040000 +#define D3DCOMPILE_RESOURCES_MAY_ALIAS 0x00080000
#define D3D_DISASM_ENABLE_COLOR_CODE 0x00000001 #define D3D_DISASM_ENABLE_DEFAULT_VALUE_PRINTS 0x00000002 @@ -104,7 +107,8 @@ 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, BOOL overwrite); HRESULT WINAPI D3DReflect(const void *data, SIZE_T data_size, REFIID riid, void **reflector);
HRESULT WINAPI D3DCreateBlob(SIZE_T data_size, ID3DBlob **blob);