comctl32/tests: Remove some workarounds from ListView tests.
[wine.git] / include / d3d12sdklayers.idl
blob50103f3b35d64a829e5b529bdc57c1f237a1c073
1 /*
2 * Copyright 2016-2019 Józef Kucia for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 import "d3d12.idl";
22 uuid(344488b7-6846-474b-b989-f027448245e0),
23 object,
24 local,
25 pointer_default(unique)
27 interface ID3D12Debug : IUnknown
29 void EnableDebugLayer();
33 uuid(affaa4ca-63fe-4d8e-b8ad-159000af4304),
34 object,
35 local,
36 pointer_default(unique)
38 interface ID3D12Debug1 : IUnknown
40 void EnableDebugLayer();
41 void SetEnableGPUBasedValidation(BOOL enable);
42 void SetEnableSynchronizedCommandQueueValidation(BOOL enable);