mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -25,17 +25,17 @@ namespace Dalamud.Bindings.ImGui
|
|||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// Don't round the height to next power of two<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoPowerOfTwoHeight = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// Don't build software mouse cursors into the atlas (save a little texture memory)<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMouseCursors = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// Don't build thick line textures into the atlas (save a little texture memory, allow support for pointnearest filtering). The AntiAliasedLinesUseTex features uses them, otherwise they will be rendered using polygons (more expensive for CPUGPU).<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoBakedLines = unchecked(4),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue