Type Alias renderdoc_sys::pRENDERDOC_SetCaptureFileComments
source · pub type pRENDERDOC_SetCaptureFileComments = Option<unsafe extern "C" fn(filePath: *const c_char, comments: *const c_char)>;
Aliased Type§
enum pRENDERDOC_SetCaptureFileComments {
None,
Some(unsafe extern "C" fn(_: *const i8, _: *const i8)),
}