mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed #2133.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user