summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/bindings/cs/bgfx.cs
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/bindings/cs/bgfx.cs')
-rw-r--r--3rdparty/bgfx/bindings/cs/bgfx.cs11
1 files changed, 9 insertions, 2 deletions
diff --git a/3rdparty/bgfx/bindings/cs/bgfx.cs b/3rdparty/bgfx/bindings/cs/bgfx.cs
index e0bca6f808e..458e180e38b 100644
--- a/3rdparty/bgfx/bindings/cs/bgfx.cs
+++ b/3rdparty/bgfx/bindings/cs/bgfx.cs
@@ -249,6 +249,11 @@ public static partial class bgfx
None = 0x0000000000000000,
/// <summary>
+ /// Front counter-clockwise (default is clockwise).
+ /// </summary>
+ FrontCcw = 0x0000008000000000,
+
+ /// <summary>
/// Enable blend independent.
/// </summary>
BlendIndependent = 0x0000000400000000,
@@ -2051,8 +2056,10 @@ public static partial class bgfx
{
public fixed byte name[256];
public ushort view;
- public long cpuTimeElapsed;
- public long gpuTimeElapsed;
+ public long cpuTimeBegin;
+ public long cpuTimeEnd;
+ public long gpuTimeBegin;
+ public long gpuTimeEnd;
}
public unsafe struct EncoderStats