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