public final class ImDrawListFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AllowVtxOffset
Can emit 'VtxOffset
> 0' to allow large meshes. |
static int |
AntiAliasedFill
Enable anti-aliased edge around filled shapes (rounded rectangles, circles).
|
static int |
AntiAliasedLines
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)
|
static int |
AntiAliasedLinesUseTex
Enable anti-aliased lines/borders using textures when possible.
|
static int |
None |
public static final int None
public static final int AntiAliasedLines
public static final int AntiAliasedLinesUseTex
public static final int AntiAliasedFill
public static final int AllowVtxOffset
>
0' to allow large meshes. Set when 'ImGuiBackendFlags_RendererHasVtxOffset' is enabled.