pRENDERDOC_SetCaptureFileComments

Type Alias pRENDERDOC_SetCaptureFileComments 

Source
pub type pRENDERDOC_SetCaptureFileComments = Option<unsafe extern "C" fn(filePath: *const c_char, comments: *const c_char)>;

Aliased Type§

pub enum pRENDERDOC_SetCaptureFileComments {
    None,
    Some(unsafe extern "C" fn(*const u8, *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const u8, *const u8))

Some value of type T.