vkCreateIndirectCommandsLayoutEXT

Function vkCreateIndirectCommandsLayoutEXT 

Source
pub unsafe extern "system" fn vkCreateIndirectCommandsLayoutEXT(
    device: VkDevice,
    pCreateInfo: *const VkIndirectCommandsLayoutCreateInfoEXT,
    pAllocator: *const VkAllocationCallbacks,
    pIndirectCommandsLayout: *mut VkIndirectCommandsLayoutEXT,
) -> VkResult