[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.DeviceContext.Dispatch

Dispatch Method

Dispatch(int, int, int)

void ID3D11DeviceContext::Dispatch([In] unsigned int ThreadGroupCountX,[In] unsigned int ThreadGroupCountY,[In] unsigned int ThreadGroupCountZ)

Declaration
public void Dispatch(int threadGroupCountX, int threadGroupCountY, int threadGroupCountZ)
Public Sub Dispatch(threadGroupCountX As Integer, threadGroupCountY As Integer, threadGroupCountZ As Integer)
Parameters
Type Name Description
int threadGroupCountX
int threadGroupCountY
int threadGroupCountZ