mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d: Implement private data for command queues.
Signed-off-by: Józef Kucia <jkucia@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
49e55dd639
commit
d18360a8b7
@@ -48,6 +48,9 @@ typedef int HRESULT;
|
||||
# define E_OUTOFMEMORY _HRESULT_TYPEDEF_(0x8007000E)
|
||||
# define E_INVALIDARG _HRESULT_TYPEDEF_(0x80070057)
|
||||
|
||||
# define DXGI_ERROR_NOT_FOUND _HRESULT_TYPEDEF_(0x887a0002)
|
||||
# define DXGI_ERROR_MORE_DATA _HRESULT_TYPEDEF_(0x887a0003)
|
||||
|
||||
/* Basic types */
|
||||
typedef unsigned char BYTE;
|
||||
typedef unsigned int DWORD;
|
||||
|
Reference in New Issue
Block a user