void Dispatch( int threadsX, int threadsY, int threadsZ )

Summary

Dispatch this compute shader using explicit thread counts.

Remarks

The specified thread counts will be automatically divided by the thread group size defined in the shader to compute the final dispatch group count.

When called outside a graphics context, the dispatch runs immediately. When called inside a graphics context, the dispatch runs async.

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.