Table of Contents

Constructor DispatchParameters

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

DispatchParameters(int, int, int)

Initializes a new instance of the DispatchParameters structure using the specified number of compute work groups.

public DispatchParameters(int numGroupsX, int numGroupsY, int numGroupsZ)

Parameters

numGroupsX int

The number of work groups to be launched in the X dimension.

numGroupsY int

The number of work groups to be launched in the Y dimension.

numGroupsZ int

The number of work groups to be launched in the Z dimension.