We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69373a4 commit 9c186e0Copy full SHA for 9c186e0
Graphics/GraphicsEngineD3D11/include/pch.h
@@ -69,6 +69,10 @@
69
70
#include "WinHPostface.h"
71
72
+#ifndef NTDDI_WIN10_FE // First defined in Win SDK 10.0.20348.0
73
+constexpr D3D_FEATURE_LEVEL D3D_FEATURE_LEVEL_12_2 = static_cast<D3D_FEATURE_LEVEL>(0xc200);
74
+#endif
75
+
76
#include "Errors.hpp"
77
#include "RefCntAutoPtr.hpp"
78
#include "DebugUtilities.hpp"
0 commit comments