VkDestroyIndirectCommandsLayoutNV typedef

VkDestroyIndirectCommandsLayoutNV = void Function(Pointer<VkDevice> device, Pointer<VkIndirectCommandsLayoutNV> indirectCommandsLayout, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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