VkCmdDispatchBaseKHR typedef

VkCmdDispatchBaseKHR = void Function(Pointer<VkCommandBuffer> commandBuffer, int baseGroupX, int baseGroupY, int baseGroupZ, int groupCountX, int groupCountY, int groupCountZ)

Implementation

typedef VkCmdDispatchBaseKHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int baseGroupX,
    int baseGroupY,
    int baseGroupZ,
    int groupCountX,
    int groupCountY,
    int groupCountZ);