Skip to content

Commit 8d13f73

Browse files
authored
Update renderdoc-sys to match upstream API (#151)
* Update renderdoc-sys bindings with generate_bindings.sh * Update CHANGELOG.md
1 parent 2fd4ee5 commit 8d13f73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

renderdoc-sys/src/bindings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.64.0 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const eRENDERDOC_Option_AllowVSync: RENDERDOC_CaptureOption = 0;
44
pub const eRENDERDOC_Option_AllowFullscreen: RENDERDOC_CaptureOption = 1;
@@ -16,6 +16,7 @@ pub const eRENDERDOC_Option_SaveAllInitials: RENDERDOC_CaptureOption = 9;
1616
pub const eRENDERDOC_Option_CaptureAllCmdLists: RENDERDOC_CaptureOption = 10;
1717
pub const eRENDERDOC_Option_DebugOutputMute: RENDERDOC_CaptureOption = 11;
1818
pub const eRENDERDOC_Option_AllowUnsupportedVendorExtensions: RENDERDOC_CaptureOption = 12;
19+
pub const eRENDERDOC_Option_SoftMemoryLimit: RENDERDOC_CaptureOption = 13;
1920
pub type RENDERDOC_CaptureOption = ::std::os::raw::c_uint;
2021
pub type pRENDERDOC_SetCaptureOptionU32 = ::std::option::Option<
2122
unsafe extern "C" fn(opt: RENDERDOC_CaptureOption, val: u32) -> ::std::os::raw::c_int,

0 commit comments

Comments
 (0)