Skip to content

API Reference / @gtkx/gl / dispatchCompute

Function: dispatchCompute()

dispatchCompute(numGroupsX, numGroupsY, numGroupsZ): void

Defined in: generated/commands.d.ts:1695

void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)

Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_compute_shader Also provided by the GL_ARB_compute_shader extension.

Parameters

numGroupsX

number

GLuint

numGroupsY

number

GLuint

numGroupsZ

number

GLuint

Returns

void

Released under the MPL-2.0 License.