PFN_vkCreateIndirectCommandsLayoutNV

Type Alias PFN_vkCreateIndirectCommandsLayoutNV 

Source
pub type PFN_vkCreateIndirectCommandsLayoutNV = unsafe extern "system" fn(_device: Device, _create_info: *const IndirectCommandsLayoutCreateInfoNV, _allocator: *const AllocationCallbacks, _indirect_commands_layout: *mut IndirectCommandsLayoutNV) -> Result;
Expand description