enum ImGui::ImDrawListFlags
Overview
Defined in:
types.crEnum Members
-
None =
0
-
AntiAliasedLines =
1
-
Enable anti-aliased lines/borders (*2 the number of triangles for 1.0f wide line or lines thin enough to be drawn using textures, otherwise *3 the number of triangles)
-
AntiAliasedLinesUseTex =
2
-
Enable anti-aliased lines/borders using textures when possible. Require backend to render with bilinear filtering (NOT point/nearest filtering).
-
AntiAliasedFill =
4
-
Enable anti-aliased edge around filled shapes (rounded rectangles, circles).
-
AllowVtxOffset =
8
-
Can emit 'VtxOffset > 0' to allow large meshes. Set when 'ImGuiBackendFlags_RendererHasVtxOffset' is enabled.
-
All =
15