Skip to main content

pRENDERDOC_SetCommandAnnotation

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

Aliased Type§

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

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.