mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Regenerate bindings
This commit is contained in:
parent
6078c42963
commit
e559ae6b20
310 changed files with 361033 additions and 717041 deletions
|
|
@ -17,10 +17,7 @@ using System.Numerics;
|
|||
namespace Dalamud.Bindings.ImGui
|
||||
{
|
||||
/// <summary>
|
||||
/// Data shared between all ImDrawList instances<br/>
|
||||
/// Conceptually this could have been called e.g. ImDrawListSharedContext<br/>
|
||||
/// Typically one ImGui context would create and maintain one of this.<br/>
|
||||
/// You may want to create your own instance of you try to ImDrawList completely without ImGui. In that case, watch out for future changes to this structure.<br/>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public partial struct ImDrawListSharedData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue