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