From ff135cf5e529e49519e8046381d9297454807c43 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 27 Jul 2026 21:49:46 +0200 Subject: [PATCH] Backends: DirectX11: removed obsolete comment that got left in this backend only. --- backends/imgui_impl_dx11.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/imgui_impl_dx11.cpp b/backends/imgui_impl_dx11.cpp index 6573d2742..73d7d6b70 100644 --- a/backends/imgui_impl_dx11.cpp +++ b/backends/imgui_impl_dx11.cpp @@ -574,7 +574,6 @@ bool ImGui_ImplDX11_CreateDeviceObjects() } // Create texture sampler - // (Bilinear sampling is required by default. Set 'io.Fonts->Flags |= ImFontAtlasFlags_NoBakedLines' or 'style.AntiAliasedLinesUseTex = false' to allow point/nearest sampling) { D3D11_SAMPLER_DESC desc; ZeroMemory(&desc, sizeof(desc));