mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Add UUIDs for use with D3D12EnableExperimentalFeatures.
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
b484a9e1f6
commit
e597b0d80f
Notes:
Alexandre Julliard
2023-09-18 22:14:35 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/347
@ -5123,6 +5123,10 @@ typedef HRESULT (__stdcall *PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID iid, void **de
|
|||||||
[local] HRESULT __stdcall D3D12EnableExperimentalFeatures(UINT feature_count,
|
[local] HRESULT __stdcall D3D12EnableExperimentalFeatures(UINT feature_count,
|
||||||
const IID *iids, void *configurations, UINT *configurations_sizes);
|
const IID *iids, void *configurations, UINT *configurations_sizes);
|
||||||
|
|
||||||
|
cpp_quote("static const UUID D3D12ExperimentalShaderModels = { 0x76f5573e, 0xf13a, 0x40f5, { 0xb2, 0x97, 0x81, 0xce, 0x9e, 0x18, 0x93, 0x3f } };")
|
||||||
|
cpp_quote("static const UUID D3D12TiledResourceTier4 = { 0xc9c4725f, 0xa81a, 0x4f56, { 0x8c, 0x5b, 0xc5, 0x10, 0x39, 0xd6, 0x94, 0xfb } };")
|
||||||
|
cpp_quote("static const UUID D3D12MetaCommand = { 0xc734c97e, 0x8077, 0x48c8, { 0x9f, 0xdc, 0xd9, 0xd1, 0xdd, 0x31, 0xdd, 0x77 } };")
|
||||||
|
|
||||||
typedef HRESULT (__stdcall *PFN_D3D12_GET_INTERFACE)(REFCLSID clsid, REFIID iid, void **debug);
|
typedef HRESULT (__stdcall *PFN_D3D12_GET_INTERFACE)(REFCLSID clsid, REFIID iid, void **debug);
|
||||||
|
|
||||||
[local] HRESULT __stdcall D3D12GetInterface(REFCLSID clsid, REFIID iid, void **debug);
|
[local] HRESULT __stdcall D3D12GetInterface(REFCLSID clsid, REFIID iid, void **debug);
|
||||||
|
@ -126,6 +126,7 @@ typedef struct _GUID
|
|||||||
|
|
||||||
typedef GUID IID;
|
typedef GUID IID;
|
||||||
typedef GUID CLSID;
|
typedef GUID CLSID;
|
||||||
|
typedef GUID UUID;
|
||||||
|
|
||||||
# ifdef INITGUID
|
# ifdef INITGUID
|
||||||
# ifndef __cplusplus
|
# ifndef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user