This commit is contained in:
Бранимир Караџић
2020-05-03 19:58:15 -07:00
parent 60b51dcf85
commit f2e79bbe41
7 changed files with 42 additions and 3 deletions

View File

@@ -3446,6 +3446,13 @@ public static partial class bgfx
[DllImport(DllName, EntryPoint="bgfx_set_view_order", CallingConvention = CallingConvention.Cdecl)]
public static extern unsafe void set_view_order(ushort _id, ushort _num, ushort* _order);
/// <summary>
/// Reset all view settings to default.
/// </summary>
///
[DllImport(DllName, EntryPoint="bgfx_reset_view", CallingConvention = CallingConvention.Cdecl)]
public static extern unsafe void reset_view(ushort _id);
/// <summary>
/// Begin submitting draw calls from thread.
/// </summary>