ComponentOne Bitmap for UWP
Dispatch Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > DeviceContext Class : Dispatch Method
void ID3D11DeviceContext::Dispatch([In] unsigned int ThreadGroupCountX,[In] unsigned int ThreadGroupCountY,[In] unsigned int ThreadGroupCountZ)
Syntax
'Declaration
 
Public Sub Dispatch( _
   ByVal threadGroupCountX As System.Integer, _
   ByVal threadGroupCountY As System.Integer, _
   ByVal threadGroupCountZ As System.Integer _
) 
public void Dispatch( 
   System.int threadGroupCountX,
   System.int threadGroupCountY,
   System.int threadGroupCountZ
)

Parameters

threadGroupCountX
threadGroupCountY
threadGroupCountZ
See Also

Reference

DeviceContext Class
DeviceContext Members