pub type GetResourceDescriptionFunc = Option<unsafe extern "C" fn(backendInterface: *mut Interface, resource: ResourceInternal) -> ResourceDescription>;Expand description
Retrieve a
@param [in] backendInterface A pointer to the backend interface.
@param [in] resource A pointer to a
@returns A description of the resource.
@ingroup FSR2
Aliased Type§
pub enum GetResourceDescriptionFunc {
None,
Some(unsafe extern "C" fn(*mut Interface, ResourceInternal) -> ResourceDescription),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut Interface, ResourceInternal) -> ResourceDescription)
Some value of type T.