[]
void ID3D11DeviceContext::Dispatch([In] unsigned int ThreadGroupCountX,[In] unsigned int ThreadGroupCountY,[In] unsigned int ThreadGroupCountZ)
public void Dispatch(int threadGroupCountX, int threadGroupCountY, int threadGroupCountZ)
| Type | Name | Description |
|---|---|---|
| int | threadGroupCountX | |
| int | threadGroupCountY | |
| int | threadGroupCountZ |