Type Alias renderdoc_sys::pRENDERDOC_StartFrameCapture
source · pub type pRENDERDOC_StartFrameCapture = Option<unsafe extern "C" fn(device: RENDERDOC_DevicePointer, wndHandle: RENDERDOC_WindowHandle)>;
Aliased Type§
enum pRENDERDOC_StartFrameCapture {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)),
}