public function Dispatch(kernelIndex:
int,
threadsX: int,
threadsY: int,
threadsZ: int):
void;
public void Dispatch(int kernelIndex,
int threadsX,
int threadsY,
int threadsZ);
public
def Dispatch(kernelIndex as int,
threadsX as int,
threadsY as int,
threadsZ as int)
as void