VkCreateIndirectCommandsLayoutNV typedef

VkCreateIndirectCommandsLayoutNV = int Function(Pointer<VkDevice> device, Pointer<VkIndirectCommandsLayoutCreateInfoNV> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkIndirectCommandsLayoutNV>> pIndirectCommandsLayout)

Implementation

typedef VkCreateIndirectCommandsLayoutNV = int Function(
    Pointer<VkDevice> device,
    Pointer<VkIndirectCommandsLayoutCreateInfoNV> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkIndirectCommandsLayoutNV>> pIndirectCommandsLayout);