Handbook
Glossary
rl-framebuffer-attach ( fboId texId attachType texType mipLevel -- )
Vocabulary
rlgl
Inputs
fboId
an
object
texId
an
object
attachType
an
object
texType
an
object
mipLevel
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rlgl
FUNCTION-ALIAS:
rl-framebuffer-attach
void
rlFramebufferAttach
(
uint
fboId,
uint
texId,
int
attachType,
int
texType,
int
mipLevel )