VkCmdDispatchNative typedef

VkCmdDispatchNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 groupCountX, Uint32 groupCountY, Uint32 groupCountZ)

Implementation

typedef VkCmdDispatchNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 groupCountX,
    Uint32 groupCountY,
    Uint32 groupCountZ);