Skip to content

API Reference / @gtkx/gl / dispatchComputeIndirect

Function: dispatchComputeIndirect()

dispatchComputeIndirect(indirect): void

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

void glDispatchComputeIndirect(GLintptr indirect)

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

Parameters

indirect

number

GLintptr, kind BufferOffset. This parameter represents an offset into a buffer.

Returns

void

Released under the MPL-2.0 License.