Commit 32e07a38 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

include: Update the d3d12 headers from vkd3d.

This corresponds to vkd3d as of commit ec6fe1cc9dd31ed17d5c9818632ce9ab83d6c441. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent ed377c99
......@@ -28,3 +28,16 @@ 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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment