You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would allow for taking advantage of C#11 UTF-8 string literals, which can be simply pinned and passed over to ImGui directly (without incurring any memory allocations / no UTF-8 conversions at runtime)
The text was updated successfully, but these errors were encountered:
Would allow for taking advantage of C#11 UTF-8 string literals, which can be simply pinned and passed over to ImGui directly (without incurring any memory allocations / no UTF-8 conversions at runtime)
The text was updated successfully, but these errors were encountered: