VkCreateIndirectCommandsLayoutNVNative typedef

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

Implementation

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