pub type pRENDERDOC_GetCaptureOptionF32 = Option<unsafe extern "C" fn(opt: RENDERDOC_CaptureOption) -> f32>;Aliased Type§
pub enum pRENDERDOC_GetCaptureOptionF32 {
None,
Some(unsafe extern "C" fn(RENDERDOC_CaptureOption) -> f32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(RENDERDOC_CaptureOption) -> f32)
Some value of type T.