mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Add option to enable GPU-based validation.
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
aecf2ecfbe
commit
55f64cef2f
@@ -2329,6 +2329,19 @@ interface ID3D12Debug : IUnknown
|
||||
void EnableDebugLayer();
|
||||
}
|
||||
|
||||
[
|
||||
uuid(affaa4ca-63fe-4d8e-b8ad-159000af4304),
|
||||
object,
|
||||
local,
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ID3D12Debug1 : IUnknown
|
||||
{
|
||||
void EnableDebugLayer();
|
||||
void SetEnableGPUBasedValidation(BOOL enable);
|
||||
void SetEnableSynchronizedCommandQueueValidation(BOOL enable);
|
||||
}
|
||||
|
||||
[
|
||||
uuid(34ab647b-3cc8-46ac-841b-c0965645c046),
|
||||
object,
|
||||
|
Reference in New Issue
Block a user