VkCmdDispatch typedef

VkCmdDispatch = void Function(Pointer<VkCommandBuffer> commandBuffer, int groupCountX, int groupCountY, int groupCountZ)

Implementation

typedef VkCmdDispatch = void Function(Pointer<VkCommandBuffer> commandBuffer,
    int groupCountX, int groupCountY, int groupCountZ);