Source position: vulkanlib.pas line 21477
type TvkCmdDispatch = procedure(
commandBuffer: TVkCommandBuffer;
groupCountX: TVkUInt32;
groupCountY: TVkUInt32;
groupCountZ: TVkUInt32
);