VkDestroyIndirectCommandsLayoutNVNative typedef

VkDestroyIndirectCommandsLayoutNVNative = Void Function(Pointer<VkDevice> device, Pointer<VkIndirectCommandsLayoutNV> indirectCommandsLayout, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyIndirectCommandsLayoutNVNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkIndirectCommandsLayoutNV> indirectCommandsLayout,
    Pointer<VkAllocationCallbacks> pAllocator);