Skip to content

renderdoc 0.5.0

Pre-release
Pre-release

Choose a tag to compare

@ebkalderon ebkalderon released this 18 May 17:48
· 178 commits to master since this release
a404df3

Added

  • Add CI and documentation badges.
  • Implement support for API versions 1.3.0 and 1.4.0.
  • Allow string slices with lifetimes in set_capture_file_comments().

Changed

  • Bump glutin dependency to 0.21.
  • Bump gfx dev-dependency to 0.18.1.
  • Bump gfx_window_glutin dev-dependency to 0.31.
  • Upgrade CircleCI Rust image to 1.34.1.
  • Convert top-level crate to workspace.
  • Clean up renderdoc-sys crate layout.
  • Minor code formatting tweaks.
  • Switch to Circle CI Rust 1.34.1 image.

Fixed

  • Switch set_capture_file_comments() and trigger_multi_frame_capture() to
    take &mut self (PR #32).
  • Unimplement Clone, Send, and Sync for RenderDoc struct (PR #29).
  • Correct default setting in the get_set_capture_option() unit test.
  • Fix improperly designed launch_replay_ui() method, update triangle example
    to match.
  • Set correct RenderDoc library path for Android clients.
  • Add missing trait re-exports to prelude module (PR #31).
  • Fix erroneous doc comments (PR #24).