PFN_vkBindTensorMemoryARM

Type Alias PFN_vkBindTensorMemoryARM 

Source
pub type PFN_vkBindTensorMemoryARM = unsafe extern "system" fn(_device: Device, _bind_info_count: u32, _bind_infos: *const BindTensorMemoryInfoARM) -> Result;
Expand description