Backends: OpenGL3: Clarify use of GL_POLYGON_MODE.

This commit is contained in:
ocornut
2021-08-17 13:48:34 +02:00
parent 5f2df2d2cb
commit b380d3abe3
2 changed files with 10 additions and 5 deletions

View File

@ -458,7 +458,7 @@ void ImGui::ShowDemoWindow(bool* p_open)
{
HelpMarker(
"Those flags are set by the backends (imgui_impl_xxx files) to specify their capabilities.\n"
"Here we expose then as read-only fields to avoid breaking interactions with your backend.");
"Here we expose them as read-only fields to avoid breaking interactions with your backend.");
// Make a local copy to avoid modifying actual backend flags.
ImGuiBackendFlags backend_flags = io.BackendFlags;