Skip to content

Commit

Permalink
Merge pull request #122 from kirdaybov/patch-1
Browse files Browse the repository at this point in the history
Updated start_frame_capture(), end_frame_capture()
  • Loading branch information
ebkalderon authored Apr 23, 2022
2 parents f2f7378 + dbe1c14 commit 3cbfba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ impl RenderDoc<V100> {
/// For example, you can specify `null(), null()` for the device to capture on if you have only
/// one device and only one or zero windows, and RenderDoc will capture from that device.
///
/// This function must be paired with a matching `start_frame_capture()` to succeed.
/// This function must be paired with a matching `end_frame_capture()` to succeed.
///
/// ```rust,no_run
/// # use renderdoc::{Error, RenderDoc, V100};
Expand Down Expand Up @@ -480,7 +480,7 @@ impl RenderDoc<V100> {
/// For example, you can specify `null(), null()` for the device to capture on if you have only
/// one device and only one or zero windows, and RenderDoc will capture from that device.
///
/// This function must be paired with a matching `end_frame_capture()` to complete.
/// This function must be paired with a matching `start_frame_capture()` to complete.
///
/// ```rust,no_run
/// # use renderdoc::{Error, RenderDoc, V100};
Expand Down

0 comments on commit 3cbfba0

Please sign in to comment.