pub type PFN_vkBindOpticalFlowSessionImageNV = unsafe extern "system" fn(_device: Device, _session: OpticalFlowSessionNV, _binding_point: OpticalFlowSessionBindingPointNV, _view: ImageView, _layout: ImageLayout) -> Result;
Expand description