Trait renderdoc::api::RenderDocV110[][src]

pub trait RenderDocV110: RenderDocV100 {
    unsafe fn entry_v110(&self) -> &EntryV110;

    fn trigger_multi_frame_capture(&self, num_frames: u32) { ... }
}

Additional features for API version 1.1.0.

Required Methods

Returns the raw EntryV110 entry point struct.

Provided Methods

Captures the next n frames from the currently active window and API device.

Data is saved to a capture log file at the location specified via set_log_file_path_template().

Implementors