alias ImGui::TopLevel::ImDrawListFlags
Alias Definition
ImGui::ImDrawListFlags
  Defined in:
types.crConstant Summary
- 
        AllowVtxOffset = 8
- 
        Can emit 'VtxOffset > 0' to allow large meshes. Set when 'ImGuiBackendFlags_RendererHasVtxOffset' is enabled. 
- 
        AntiAliasedFill = 4
- 
        Enable anti-aliased edge around filled shapes (rounded rectangles, circles). 
- 
        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. 
- 
        None = 0