DispatchRays() invokes a grid of ray generation shader invocations.Each invocation (thread) of a ray generation shader knows its locationin the overall grid, can generate arbitrary rays via TraceRay(), andoperates independently of other invocations. So there is no definedorder of execution of threads with respect to eachother.