Skip to main content

PFN_vkCreateTensorViewARM

Type Alias PFN_vkCreateTensorViewARM 

Source
pub type PFN_vkCreateTensorViewARM = unsafe extern "system" fn(device: Device, p_create_info: *const TensorViewCreateInfoARM<'_>, p_allocator: *const AllocationCallbacks<'_>, p_view: *mut TensorViewARM) -> Result;