VkCmdDispatchIndirect typedef

VkCmdDispatchIndirect = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkBuffer> buffer, int offset)

Implementation

typedef VkCmdDispatchIndirect = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkBuffer> buffer,
    int offset);