Type Alias pRENDERDOC_SetObjectAnnotation
Source pub type pRENDERDOC_SetObjectAnnotation = Option<unsafe extern "C" fn(device: RENDERDOC_DevicePointer, object: *mut c_void, key: *const c_char, valueType: RENDERDOC_AnnotationType, valueVectorWidth: u32, value: *const RENDERDOC_AnnotationValue) -> u32>;
pub enum pRENDERDOC_SetObjectAnnotation {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *const i8, RENDERDOC_AnnotationType, u32, *const RENDERDOC_AnnotationValue) -> u32),
}