VkCmdDispatchBaseNative typedef

VkCmdDispatchBaseNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 baseGroupX, Uint32 baseGroupY, Uint32 baseGroupZ, Uint32 groupCountX, Uint32 groupCountY, Uint32 groupCountZ)

Implementation

typedef VkCmdDispatchBaseNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 baseGroupX,
    Uint32 baseGroupY,
    Uint32 baseGroupZ,
    Uint32 groupCountX,
    Uint32 groupCountY,
    Uint32 groupCountZ);