16 lines
486 B
Diff
16 lines
486 B
Diff
--- a/include/directx/d3d12.h
|
|
+++ b/include/directx/d3d12.h
|
|
@@ -34547,6 +34547,12 @@
|
|
#endif /* __ID3D12StateObjectDatabase1_INTERFACE_DEFINED__ */
|
|
|
|
|
|
+#if defined( D3D12_IGNORE_SDK_LAYERS ) && !defined( __ID3D12InfoQueue_FWD_DEFINED__ )
|
|
+#define __ID3D12InfoQueue_FWD_DEFINED__
|
|
+typedef interface ID3D12InfoQueue ID3D12InfoQueue;
|
|
+#endif /* D3D12_IGNORE_SDK_LAYERS && !__ID3D12InfoQueue_FWD_DEFINED__ */
|
|
+
|
|
+
|
|
/* interface __MIDL_itf_d3d12_0000_0085 */
|
|
/* [local] */
|
|
|