mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -17,11 +17,7 @@ using System.Numerics;
|
|||
namespace Dalamud.Bindings.ImGui
|
||||
{
|
||||
/// <summary>
|
||||
/// Transient data that are only needed between BeginTable() and EndTable(), those buffers are shared (1 per level of stacked table).<br/>
|
||||
/// - Accessing those requires chasing an extra pointer so for very frequently used data we leave them in the main table structure.<br/>
|
||||
/// - We also leave out of this structure data that tend to be particularly useful for debuggingmetrics.<br/>
|
||||
/// FIXME-TABLE: more transient data could be stored in a stacked ImGuiTableTempData: e.g. SortSpecs.<br/>
|
||||
/// sizeof() ~ 136 bytes.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct ImGuiTableTempData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue