glDispatchComputeIndirect

launch one or more compute work groups using parameters stored in a buffer

Signature

glDispatchComputeIndirect( GLintptr ( indirect ) )-> void
glDispatchComputeIndirect( indirect )

Parameters

VariablesDescription
indirect
The offset into the buffer object currently bound to the GL_DISPATCH_INDIRECT_BUFFER buffer target at which the dispatch parameters are stored.