File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ * Add ` eRENDERDOC_Option_SoftMemoryLimit ` symbol to ` renderdoc-sys ` (PR #151 ).
13+
1014## [ 0.12.0] - 2024-03-01
1115
1216### Changed
Original file line number Diff line number Diff line change 1- /* automatically generated by rust-bindgen 0.64.0 */
1+ /* automatically generated by rust-bindgen 0.69.4 */
22
33pub const eRENDERDOC_Option_AllowVSync: RENDERDOC_CaptureOption = 0 ;
44pub const eRENDERDOC_Option_AllowFullscreen: RENDERDOC_CaptureOption = 1 ;
@@ -16,6 +16,7 @@ pub const eRENDERDOC_Option_SaveAllInitials: RENDERDOC_CaptureOption = 9;
1616pub const eRENDERDOC_Option_CaptureAllCmdLists: RENDERDOC_CaptureOption = 10 ;
1717pub const eRENDERDOC_Option_DebugOutputMute: RENDERDOC_CaptureOption = 11 ;
1818pub const eRENDERDOC_Option_AllowUnsupportedVendorExtensions: RENDERDOC_CaptureOption = 12 ;
19+ pub const eRENDERDOC_Option_SoftMemoryLimit: RENDERDOC_CaptureOption = 13 ;
1920pub type RENDERDOC_CaptureOption = :: std:: os:: raw:: c_uint ;
2021pub type pRENDERDOC_SetCaptureOptionU32 = :: std:: option:: Option <
2122 unsafe extern "C" fn ( opt : RENDERDOC_CaptureOption , val : u32 ) -> :: std:: os:: raw:: c_int ,
You can’t perform that action at this time.
0 commit comments