mirror of
https://github.com/ocornut/imgui.git
synced 2026-07-31 20:59:15 +00:00
Backends: DirectX11: removed obsolete comment that got left in this backend only.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user