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 46c0cb5 commit a6a697aCopy full SHA for a6a697a
src/ComputeSharp/Graphics/Helpers/DeviceHelper.IDXGIFactory6.cs
@@ -18,7 +18,9 @@ partial class DeviceHelper
18
#if DEBUG
19
DXGI.DXGI_CREATE_FACTORY_DEBUG;
20
#else
21
+#pragma warning disable IDE0004 // See: https://github.com/dotnet/roslyn/issues/79180
22
Configuration.IsDebugOutputEnabled ? (uint)DXGI.DXGI_CREATE_FACTORY_DEBUG : 0;
23
+#pragma warning restore IDE0004
24
#endif
25
26
/// <summary>
0 commit comments