Type Definition renderdoc::entry::TriggerMultiFrameCaptureFn
[−]
[src]
type TriggerMultiFrameCaptureFn = unsafe extern "C" fn(num_frames: u32);
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 the
SetLogFilePathTemplateFn
function call.
If no supported APIs have been initialized, this function will do nothing.