Handbook
Glossary
rl-read-shader-buffer ( id dest count offset -- )
Vocabulary
rlgl
Inputs
id
an
object
dest
an
object
count
an
object
offset
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-read-shader-buffer
void
rlReadShaderBuffer
(
uint
id, void* dest,
uint
count,
uint
offset )