Skip to main content

pRENDERDOC_SetObjectAnnotation

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>;

Aliased Type§

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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void, *const i8, RENDERDOC_AnnotationType, u32, *const RENDERDOC_AnnotationValue) -> u32)

Some value of type T.