Skip to content

API Reference / @gtkx/gl / dispatchCompute

Function: dispatchCompute()

dispatchCompute(numGroupsX, numGroupsY, numGroupsZ): void

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

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

Provided by GL_VERSION_4_3.

Parameters

numGroupsX

number

GLuint

numGroupsY

number

GLuint

numGroupsZ

number

GLuint

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glDispatchCompute.xhtml

Released under the MPL-2.0 License.