Skip to content

Commit

Permalink
Updated renderdoc header to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jcant0n committed Apr 29, 2024
1 parent 2b37b5f commit 8277907
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 634 deletions.
13 changes: 13 additions & 0 deletions RenderDocGen/Evergine.Bindings.RenderDoc/Generated/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,19 @@ public enum RENDERDOC_CaptureOption
/// necessary as directed by a RenderDoc developer.
/// </summary>
eRENDERDOC_Option_AllowUnsupportedVendorExtensions = 12,

/// <summary>
/// Define a soft memory limit which some APIs may aim to keep overhead under where
/// possible. Anything above this limit will where possible be saved directly to disk during
/// capture.
/// This will cause increased disk space use (which may cause a capture to fail if disk space is
/// exhausted) as well as slower capture times.
/// Not all memory allocations may be deferred like this so it is not a guarantee of a memory
/// limit.
/// Units are in MBs, suggested values would range from 200MB to 1000MB.
/// Default - 0 Megabytes
/// </summary>
eRENDERDOC_Option_SoftMemoryLimit = 13,
}

public enum RENDERDOC_InputButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public unsafe struct RENDERDOC_API_1_6_0

/// <summary>
/// IsRemoteAccessConnected was renamed to IsTargetControlConnected in 1.1.1.
/// This union allows old code to continue compiling without changes
/// </summary>
public pRENDERDOC_IsTargetControlConnected IsTargetControlConnected;
public pRENDERDOC_LaunchReplayUI LaunchReplayUI;
Expand Down
Loading

0 comments on commit 8277907

Please sign in to comment.