Skip to content

API Reference / @gtkx/gl / dispatchComputeIndirect

Function: dispatchComputeIndirect()

dispatchComputeIndirect(indirect): void

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

void glDispatchComputeIndirect(GLintptr indirect)

Provided by GL_VERSION_4_3.

Parameters

indirect

number

GLintptr

Returns

void

See

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

Released under the MPL-2.0 License.