Handbook
Glossary
rl-compute-shader-dispatch ( groupX groupY groupZ -- )
Vocabulary
rlgl
Inputs
groupX
an
object
groupY
an
object
groupZ
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-compute-shader-dispatch
void
rlComputeShaderDispatch
(
uint
groupX,
uint
groupY,
uint
groupZ )