mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 14:57:45 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -25,22 +25,22 @@ namespace Dalamud.Bindings.ImGui
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Enable anti-aliased linesborders (*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)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AntiAliasedLines = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// Enable anti-aliased linesborders using textures when possible. Require backend to render with bilinear filtering (NOT pointnearest filtering).<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AntiAliasedLinesUseTex = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Enable anti-aliased edge around filled shapes (rounded rectangles, circles).<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AntiAliasedFill = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// Can emit 'VtxOffset > 0' to allow large meshes. Set when 'ImGuiBackendFlags_RendererHasVtxOffset' is enabled.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AllowVtxOffset = unchecked(8),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue