mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-utils: Introduce D3DCompile() and D3DCompile2().
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
042a2928dc
commit
0df589369e
@@ -65,6 +65,8 @@ typedef int HRESULT;
|
||||
# define DXGI_ERROR_NOT_FOUND _HRESULT_TYPEDEF_(0x887a0002)
|
||||
# define DXGI_ERROR_MORE_DATA _HRESULT_TYPEDEF_(0x887a0003)
|
||||
|
||||
# define D3DERR_INVALIDCALL _HRESULT_TYPEDEF_(0x8876086c)
|
||||
|
||||
/* Basic types */
|
||||
typedef unsigned char BYTE;
|
||||
typedef unsigned int DWORD;
|
||||
|
Reference in New Issue
Block a user